16 Commits

Author SHA1 Message Date
Luc
70228adb3d Code formating using astyle --style=otbs *.h *.cpp *.ino
To get nice looking code with a minimum effort
2016-01-25 23:38:26 +08:00
Luc
60326f3aba Code refactoring + indentation
Thanks @treepleks
2016-01-19 16:37:49 +08:00
luc
62eb43de8e Add some sanity check / update readme with board
show how board is connected it Davinci
2015-10-29 13:24:59 +08:00
luc
7379ac580d Complete rewrite using template and SPIFFS
change to V0.4
2015-10-16 17:49:04 +08:00
Luc
9e90ef38b8 Update mDNS with latest version and display IP
Use M117 if any error
2015-07-25 01:53:53 +08:00
Luc
026fba1b3e Allow to change web port and data ports
System configuration web page allows to change web port and data port
2015-06-03 20:44:21 +08:00
luc
9aaa045347 Add page to configure Access Point
Fix wrong size for SSID/password
Add minimum size for easy change
Workaround missing strncpy_P missig issue
2015-05-29 20:35:08 +08:00
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