readme update and version
This commit is contained in:
parent
11f27d120a
commit
6074f1fe89
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue