Skip to content

Commit

Permalink
version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Mar 27, 2024
1 parent d98334a commit d004efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Configuration Config;
WiFiClient espClient;

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

0 comments on commit d004efb

Please sign in to comment.