1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-29 10:23:45 +02:00

Rename .ino to match folder name and make changes for WiFi

This commit is contained in:
FrightRisk
2020-09-18 19:40:18 -04:00
parent 6eec133b24
commit ae2869ba8d
6 changed files with 89 additions and 13 deletions

View File

@@ -115,7 +115,7 @@ void setup() {
WifiInterface::setHTTPCallback(myHttpFilter);
// This is just for demonstration purposes
DIAG(F("\n===== CVReader demonstrating DCC::getLocoId() call ==========\n"));
DIAG(F("\n===== DCCEX demonstrating DCC::getLocoId() call ==========\n"));
DCC::getLocoId(myCallback); // myCallback will be called with the result
DIAG(F("\n===== DCC::getLocoId has returned, but the callback wont be executed until we are in loop() ======\n"));