Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Aug 4, 2020
1 parent cb3ad07 commit 31d5e4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ String incoming;

// Config class and map hash
config2eeprom c2e;

// You can pass starting address of eeprom instance if you need
// config2eeprom c2e(256);

staticConfigDoc configHash;

void setup()
Expand Down Expand Up @@ -70,4 +74,4 @@ if (Serial.available() > 0) {
ESP.restart();
}
}
}
}

0 comments on commit 31d5e4c

Please sign in to comment.