7 Commits

Author SHA1 Message Date
luc
e281d1073f Use FPSTR instead of progmem2char 2015-09-02 13:23:56 +08:00
Luc
df9856e51c Allows to configure polling time for printer status
1, 2,3,4,5,10,30,60 seconds are the preset values for the page refresh
2015-07-14 22:00:08 +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
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
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
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