readme update and version

This commit is contained in:
richonguzman 2023-11-28 00:48:34 -03:00
parent 11f27d120a
commit 6074f1fe89
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):
- 2023.11.28 Adding BLE TNC Tx from aprs.fi app for iOS.
- 2023.11.07 DigiRepeater Mode added in Emergency Menu.
- 2023.10.23 COMPLETE New Menu for Keyboard add-on.
- 2023.10.22 Added Keyboard Support over I2C (CARDKB from https://m5stack.com)

View File

@ -34,7 +34,7 @@ TinyGPSPlus gps;
BluetoothSerial SerialBT;
OneButton userButton = OneButton(BUTTON_PIN, true, true);
String versionDate = "2023.11.20";
String versionDate = "2023.11.28";
int myBeaconsIndex = 0;
int myBeaconsSize = Config.beacons.size();