mirror of
https://github.com/okalachev/flix.git
synced 2026-08-16 00:38:56 +00:00
Make espnow-proxy output more obvious
This commit is contained in:
@@ -51,7 +51,7 @@ void setup() {
|
|||||||
|
|
||||||
// Discover the first peer
|
// Discover the first peer
|
||||||
while (peers.empty()) {
|
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);
|
delay(500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user