new Partitions
This commit is contained in:
parent
2962317ff4
commit
ae32f7de8b
|
|
@ -55,6 +55,7 @@ ____________________________________________________
|
||||||
____________________________________________________
|
____________________________________________________
|
||||||
## Timeline (Versions):
|
## Timeline (Versions):
|
||||||
|
|
||||||
|
- 2024.02.24 New Partitions: more memory for new code/firmware (still > 500 Rx messages available)
|
||||||
- 2024.02.21 Winlink Mails through APRSLink ( https://www.winlink.org/APRSLink/ )
|
- 2024.02.21 Winlink Mails through APRSLink ( https://www.winlink.org/APRSLink/ )
|
||||||
- 2024.01.26 Added Helmut OE5HWN MeshCom PCB support.
|
- 2024.01.26 Added Helmut OE5HWN MeshCom PCB support.
|
||||||
- 2024.01.18 BME modules have now a single reading per minute.
|
- 2024.01.18 BME modules have now a single reading per minute.
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ BluetoothSerial SerialBT;
|
||||||
OneButton userButton = OneButton(BUTTON_PIN, true, true);
|
OneButton userButton = OneButton(BUTTON_PIN, true, true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
String versionDate = "2024.02.21";
|
String versionDate = "2024.02.24";
|
||||||
|
|
||||||
int myBeaconsIndex = 0;
|
int myBeaconsIndex = 0;
|
||||||
int myBeaconsSize = Config.beacons.size();
|
int myBeaconsSize = Config.beacons.size();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue