Merge branch 'master' of ssh://git.mrbesen.de:2222/MrBesen/Arduino

This commit is contained in:
mrbesen 2019-01-09 14:51:55 +01:00
commit d9b64e216d
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() : ' ';
}