Fixed all refs

This commit is contained in:
James 2018-10-30 19:45:17 +11:00
parent 010b0e71cf
commit b818b8541e
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#include <Arduino.h>
#include <WiFiManager.h>
#include <WiFi.h>
#include <WiFiMulti.h>
/*
const char *failedssid;

View file

@ -374,7 +374,7 @@ void loop()
CommState.set(CommStates::Idle);
#ifdef SHOW_HEAP
Serial.printf("Free heap ");
Serial.print("Free heap ");
Serial.println(ESP.getFreeHeap());
#endif
}