betaTest1

This commit is contained in:
richonguzman 2023-03-27 14:25:15 -03:00
parent c8940f4d30
commit ee75052742
2 changed files with 12 additions and 12 deletions

View file

@ -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];