mirror of
https://github.com/okalachev/flix.git
synced 2026-08-15 16:29:00 +00:00
Fix espnow proxy
This commit is contained in:
@@ -56,7 +56,7 @@ void setup() {
|
||||
Serial.printf("Searching channel %d\n", channels[channelIndex]);
|
||||
WiFi.setChannel(CHANNEL < 0 ? channels[channelIndex] : CHANNEL);
|
||||
channelIndex = (channelIndex + 1) % (sizeof(channels) / sizeof(channels[0]));
|
||||
Serial.printf("Run on Flix: espnow %s %s\n", WiFi.softAPmacAddress().c_str(), key);
|
||||
Serial.printf("Run on Flix: espnow %s %s\n", WiFi.STA.macAddress().c_str(), key);
|
||||
delay(500);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user