mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:11 +00:00
betaTest1
This commit is contained in:
parent
c8940f4d30
commit
ee75052742
2 changed files with 12 additions and 12 deletions
|
|
@ -20,7 +20,7 @@ static bool beacon_update = true;
|
|||
unsigned long previousWiFiMillis = 0;
|
||||
static uint32_t lastRxTxTime = millis();
|
||||
|
||||
static int myWiFiAPIndex = 1;
|
||||
static int myWiFiAPIndex = 0;
|
||||
int myWiFiAPSize = Config.wifiAPs.size();
|
||||
WiFi_AP *currentWiFi = &Config.wifiAPs[myWiFiAPIndex];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue