minimal changes

This commit is contained in:
MrBesen 2019-01-07 09:53:03 +01:00
parent 4a7324888b
commit 1867605b1e
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
2 changed files with 0 additions and 9 deletions

View File

@ -29,14 +29,6 @@ void setup() {
ser.begin(9600);
Serial.begin(115200);
wifi_station_set_hostname("NudelMaschine");
// while (WiFi.status() != WL_CONNECTED) {
// delay(500);
// Serial.print(".");
// }
// D("IP address: ");
// D(WiFi.localIP());
}
void reportStatus() {

View File

@ -83,7 +83,6 @@ void handleWLAN() {
char first = wlan.read();
if(first == 's') {
//status update
for(unsigned char i = 0; i < 20; i++) {
status[i] = wlan.available() ? wlan.read() : ' ';
}