new version number
This commit is contained in:
parent
e95a272b18
commit
65f9f15f51
2 changed files with 9 additions and 3 deletions
|
@ -1,13 +1,19 @@
|
||||||
Revisions history
|
Revisions history
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
* 2021-07-20: Ver 0.9.6 - Luca - Branch: "lab"
|
* 2021-11-20: Ver 0.9.7 - Luca - Branch: "lab"
|
||||||
...............................................
|
...............................................
|
||||||
|
- Changed Version Number to 0.9.7
|
||||||
|
- ready to merge with master branch
|
||||||
|
- ver 0.9.7 managed by companion desktopApp
|
||||||
|
|
||||||
|
* 2021-07-20: Ver 0.9.6 - Luca - Branch: "lab"
|
||||||
- Manage config parameters (load/save/protocol) for:
|
- Manage config parameters (load/save/protocol) for:
|
||||||
- NEW: Autostart ("G")
|
- NEW: Autostart ("G")
|
||||||
- NEW: Battery ("E")
|
- NEW: Battery ("E")
|
||||||
- NEW: Players number ("P")
|
- NEW: Players number ("P")
|
||||||
- UPD: "Q" ("Get configuration" output changed)
|
- UPD: "Q" ("Get configuration" output changed)
|
||||||
|
-- Not compatible with previous versions
|
||||||
- UPD: "~" ---> "*" (Commmand ID for "Leave configuration mode" changed)
|
- UPD: "~" ---> "*" (Commmand ID for "Leave configuration mode" changed)
|
||||||
|
|
||||||
* 2021-07-13: Ver 0.9.6 - Gerardo - Branch: "lab"
|
* 2021-07-13: Ver 0.9.6 - Gerardo - Branch: "lab"
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
// --see changelog.txt
|
// --see changelog.txt
|
||||||
|
|
||||||
char const softwareId[] = "A4P0"; // A4P -> A = Open LED Race, 4P0 = Game ID (4P = 4 Players, 0=Type 0)
|
char const softwareId[] = "A4P0"; // A4P -> A = Open LED Race, 4P0 = Game ID (4P = 4 Players, 0=Type 0)
|
||||||
char const version[] = "0.9.6";
|
char const version[] = "0.9.7";
|
||||||
|
|
||||||
|
|
||||||
#include <Adafruit_NeoPixel.h>
|
#include <Adafruit_NeoPixel.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue