mirror of
https://github.com/okalachev/flix.git
synced 2026-08-15 16:29:00 +00:00
Make espnow-proxy output more obvious
This commit is contained in:
@@ -51,7 +51,7 @@ void setup() {
|
||||
|
||||
// Discover the first peer
|
||||
while (peers.empty()) {
|
||||
Serial.printf("espnow %s %s\n", WiFi.softAPmacAddress().c_str(), key);
|
||||
Serial.printf("Run on Flix: espnow %s %s\n", WiFi.softAPmacAddress().c_str(), key);
|
||||
delay(500);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user