luc
e87497726a
change int to long for baud
...
both are 4 bytes size but long is more adapted
2015-06-05 09:34:00 +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
9a88756b20
Add bridge support based on WifiTelnetToSerial
...
Remove useless datainterface files
2015-06-03 15:53:20 +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
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
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 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
d90932a7cb
Add mDNS feature in main loop
...
Add mDNS feature in main loop
2015-04-21 10:40:39 +08:00
luc lebosse
95ffb53b3e
Move FW version anf Git link to config.h
...
Move FW version anf Git link to config.h
2015-04-20 20:37:49 +08:00
luc lebosse
6365055734
Move page Handle definition to class constructor
...
to avoid to setup handle function for web requests in main setup -
define handles function in class creator
2015-04-18 19:59:22 +08:00
luc lebosse
c74d8235dd
Remove Bridge/front end split
...
as can listen 2 ports can do both together no need to split - so remove
settings and pin
2015-04-18 19:09:32 +08:00
luc lebosse
5b9f3835b9
Add backbone for Web interface and Data Interface
...
Web Server listen on port 80
Data Bridge listen on port 8888 may need to allow configuration of this
port in settings - TBD
2015-04-17 23:02:28 +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