1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-27 21:16:50 +03:00

Merge pull request #187 from biohazardxxx/esp8266

Mode missed
This commit is contained in:
Ivan Grokhotkov 2015-05-06 15:38:03 +03:00
commit 7defe70d55

View File

@ -16,6 +16,7 @@ void setup()
EEPROM.write(i, 0);
// turn the LED on when we're done
pinMode(13, OUTPUT);
digitalWrite(13, HIGH);
EEPROM.end();
}