9 Commits

Author SHA1 Message Date
luc
364e37f5ba Update EEPROM content for new settings
Modify EEPROM content to reflect the possible settings
Add a buffer format function to query/write EEPROM instead of always
using string function to save space.
Update Reset/Print Configuration with new settings
Code Cleaning
Some settings stay default as no real add value currently to allow to
change them
2015-05-13 21:58:26 +08:00
luc
e73b2e372d Remove APConfig Function
SoftAPConfig is now part of the esp8266 functions so no need to
duplicate
2015-05-13 13:07:20 +08:00
luc lebosse
29339aee3c Add Compilation Condition for mDNS
Add Compilation Condition for mDNS  as not mandatory
2015-04-21 11:19:29 +08:00
luc lebosse
f2d80d6017 Add mDNS feature
Add mDNS feature
2015-04-21 10:39:04 +08:00
luc lebosse
7bd428b47a Revert "Add mDNS feature"
This reverts commit a024329c9b3dce02ae109b1b116572d84d7a8780.
2015-04-21 10:37:38 +08:00
luc lebosse
a024329c9b Add mDNS feature
Add mDNS feature for easy access
2015-04-21 10:37:10 +08:00
luc lebosse
b71cab9830 Add new helper to convert IP to str
Add new helper to convert IP to str
2015-04-20 20:35:58 +08:00
luc lebosse
f05a9930f0 Add some function to wifi class
Some functions are missing but can be added in ESP8266WiFiClass, but to
avoid to update main class, at each release as it is not implemented -
move them to wifi class
2015-04-20 11:30:37 +08:00
luc lebosse
01e1bcb727 First Code Commit
Basic Setting Function Save/Read from EEPROM
Connection to wifi according settings in EEPROM
Recovery Mode using GPIO2 just after module start to reset settings
2015-04-16 22:03:37 +08:00