Skip to content

Commit 3310e2e

Browse files
fedy0me-no-dev
authored andcommitted
Add EEPROMClass and examples (#1034)
* enchanced EEPROMClass * Added eeprom examles and modified partition * added eeprom class and extra examples * No changes * No changes * added eeprom class and examples * fixed typo * length() returns user-defined sector size * updated and annotated example
1 parent 694c3a4 commit 3310e2e

File tree

7 files changed

+597
-71
lines changed

7 files changed

+597
-71
lines changed

libraries/ArduinoOTA/examples/BasicOTA/BasicOTA.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ void setup() {
6565

6666
void loop() {
6767
ArduinoOTA.handle();
68-
}
68+
}

0 commit comments

Comments
 (0)