new Partitions

This commit is contained in:
richonguzman 2024-02-24 13:43:41 -03:00
parent 2962317ff4
commit ae32f7de8b
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ ____________________________________________________
____________________________________________________
## 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.01.26 Added Helmut OE5HWN MeshCom PCB support.
- 2024.01.18 BME modules have now a single reading per minute.

View File

@ -49,7 +49,7 @@ BluetoothSerial SerialBT;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
#endif
String versionDate = "2024.02.21";
String versionDate = "2024.02.24";
int myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();