Skip to content

Commit

Permalink
Prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoudwijma committed Jul 20, 2024
1 parent e41595a commit 032f8ee
Show file tree
Hide file tree
Showing 37 changed files with 42 additions and 41 deletions.
2 changes: 1 addition & 1 deletion data/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @title StarBase
// @file app.js
// @date 20240411
// @date 20240720
// @repo https://github.com/ewowi/StarBase
// @Authors https://github.com/ewowi/StarBase/commits/main
// @Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion data/index.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file index.css
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion data/index.htm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
@title StarBase
@file index.htm
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion data/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @title StarBase
// @file index.css
// @date 20240411
// @date 20240720
// @repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
// @Authors https://github.com/ewowi/StarBase/commits/main
// @Copyright © 2024 Github StarBase Commit Authors
Expand Down
4 changes: 2 additions & 2 deletions data/newnavbar.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file index.css
@date 20240411
@file newnavbar.css
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
4 changes: 2 additions & 2 deletions data/newui.htm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
@title StarBase
@file index.htm
@date 20240411
@file newui.htm
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
4 changes: 2 additions & 2 deletions data/newui.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @title StarBase
// @file index.css
// @date 20240411
// @file newui.css
// @date 20240720
// @repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
// @Authors https://github.com/ewowi/StarBase/commits/main
// @Copyright © 2024 Github StarBase Commit Authors
Expand Down
1 change: 1 addition & 0 deletions misc/misc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Release steps
- update dates in files
- check all lib_deps on right version

WebHook to MM discord
https://discord.com/api/webhooks/1229821142479536179/UeO3ryPqUyHABYTAuGtHZK6t7yghM0ZETN0LUYpg32KBleGhm-zvaYDzkyYjiqaVqt0T/github
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @title StarBase
; @file platformio.ini
; @date 20240411
; @date 20240720
; @repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
; @Authors https://github.com/ewowi/StarBase/commits/main
; @Copyright © 2024 Github StarBase Commit Authors
Expand Down Expand Up @@ -69,13 +69,13 @@ lib_deps =
build_flags =
-D STARBASE_USERMOD_LIVE
lib_deps =
https://github.com/hpwit/ASMParser.git#memory ; about 1% / 19KB flash
https://github.com/hpwit/ASMParser.git#4b2da1a ; mem branche commit of 20240716

[STARBASE]
build_flags =
-D APP=StarBase
-D PIOENV=$PIOENV
-D VERSION=24071809 ; Date and time (GMT!), update at every commit!!
-D VERSION=24072010 ; Date and time (GMT!), update at every commit!!
-D LFS_THREADSAFE ; enables use of semaphores in LittleFS driver
-D STARBASE_DEVMODE
${ESPAsyncWebServer.build_flags} ;alternatively PsychicHttp
Expand Down
2 changes: 1 addition & 1 deletion src/App/AppModDemo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file AppModDemo.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModFiles.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModFiles.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModFiles.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModFiles.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModInstances.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModInstances.h
@date 20240411
@date 20240720
@repo https://github.com/ewoudwijma/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewoudwijma/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModModel.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModModel.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModModel.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModModel.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModNetwork.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModNetwork.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModNetwork.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModNetwork.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModPins.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModPins.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModPins.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModPins.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModPrint.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModPrint.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModPrint.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModPrint.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModSystem.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModSystem.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModSystem.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModSystem.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModUI.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModUI.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModWeb.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModWeb.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysModWeb.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModWeb.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/Sys/SysStarJson.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysStarJson.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/SysModule.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModule.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/SysModules.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModules.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/SysModules.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file SysModules.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/User/UserModE131.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file UserModE131.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/User/UserModHA.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file UserModHA.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/User/UserModLive.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file UserModLive.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors, asmParser © https://github.com/hpwit/ASMParser
Expand Down
2 changes: 1 addition & 1 deletion src/User/UserModMDNS.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file UserModMDNS.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/User/UserModMPU6050.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file UserModMPU6050.h
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@title StarBase
@file main.cpp
@date 20240411
@date 20240720
@repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
@Authors https://github.com/ewowi/StarBase/commits/main
@Copyright © 2024 Github StarBase Commit Authors
Expand Down
2 changes: 1 addition & 1 deletion tools/post_build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @title StarBase
# @file post_build.py
# @date 20240411
# @date 20240720
# @repo https://github.com/ewowi/StarBase, submit changes to this file as PRs to ewowi/StarBase
# @Authors https://github.com/ewowi/StarBase/commits/main
# @Copyright © 2024 Github StarBase Commit Authors
Expand Down

0 comments on commit 032f8ee

Please sign in to comment.