Skip to content

Commit

Permalink
readme change and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Apr 22, 2024
1 parent 2b0cc51 commit bd8c8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ____________________________________________________
____________________________________________________
## Timeline (Versions):

- 2024.04.22 added Wemos Lolin32 OLED DIY LoRa support.
- 2024.04.21 WEB INSTALLER (thanks Damian SQ2CPA).
- 2024.04.20 New Output Buffer process: no more packets lost.
- 2024.04.13 Received Packets added on WebUI.
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Configuration Config;
WiFiClient espClient;

String versionDate = "2024.04.21";
String versionDate = "2024.04.22";
uint8_t myWiFiAPIndex = 0;
int myWiFiAPSize = Config.wifiAPs.size();
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
Expand Down

0 comments on commit bd8c8e2

Please sign in to comment.