luc
98c9eb7a04
sync with devt branch
2016-04-08 17:49:21 +02:00
Luc
9885d2cab9
Fix issues with 2.1.0
...
break compatibility with 2.0.0
2016-02-28 01:00:41 +01:00
Luc
e4af1950eb
Allow to disable TCP data feature
...
minor fixes:
-Correct logic for web ports due to refactoring
-Duplicate data read from serial if multiple clients
-Improve reliability to reconnect to AP after a restart
-Typo issues
2016-02-02 17:34:15 +08:00
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
65ec16f4d5
Add RESET/CONFIG/SAFEMODE to command line
...
[ESP444]RESET will set default values to EEPROM and restart module
[ESP444]CONFIG will display EEPROM but password
[ESP444]SAFEMODE will switch to safe mode = default mode but without
modifying EEPROM and no restart
2015-10-21 20:38:07 +08:00
luc
7379ac580d
Complete rewrite using template and SPIFFS
...
change to V0.4
2015-10-16 17:49:04 +08:00
Luc
9c04635e15
Enable mDNS for SoftAP
...
as now feature is working
2015-09-07 20:07:02 +08:00
luc
e281d1073f
Use FPSTR instead of progmem2char
2015-09-02 13:23:56 +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
f48e419e0f
Use PROGMEM and F() properly
...
Add function to be able to access to strings stored with PROGMEM, it
save 4k memory vs no usage of PROGMEM
2015-05-27 17:08:47 +08:00
luc
70919d0dbd
Missing Sleep mode setting at start
...
Missing Sleep mode setting at start
2015-05-14 15:07:14 +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
700cc71ffb
Memory optimization and Client Status Info
...
Diisplay all System information and Client Information
AP information to be done
2015-04-21 22:10:24 +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
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
3db280e18e
Previous file was not take in account
...
Previous file was not take in account
2015-04-20 11:34:23 +08:00
luc lebosse
f53b968690
Add Include to access SDK function directly
...
Some function like the one to know the current mode are not in ESPWifi
class but directly available from SDK
2015-04-17 21:21:08 +08:00
luc lebosse
766c7cd21c
Add missing function to change AP IP
...
need to update ESP8266 files also - I pushed my code to ESP8266 github
already to see if they implement it - or not
2015-04-17 17:13:40 +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