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
627052ceeb
Add basic authentification and OTA update
...
only web update is supported
2015-11-14 21:48:35 +08:00
luc
01d4fc007c
Add support to catch SD File list
...
Due to memory constraint limit to 70 entries of 30 char max =~2K
also add a time out if cannot catch end of list within 30s
/SDFILES is a JSON file with the list - UI not defined yet
2015-10-20 13:28:15 +08:00
luc
80742c422a
Add light file manager to upload/download/delete
...
files on SPIFFS - need to decrease printer.tpl size to implement have
more space for new settings.tpl for 64K SPIFFS
2015-10-19 14:43:16 +08:00
luc
7379ac580d
Complete rewrite using template and SPIFFS
...
change to V0.4
2015-10-16 17:49:04 +08:00
luc
a18f924153
Add time to flush all clients when restarting
...
by using a light page without css to load
2015-08-06 12:19:24 +08:00
Luc
b1796e9107
Add Support for Error/Info/Status message
...
allows to store and display : the 10 last error messages , the last info
messages, and the 10 last status changes
2015-06-10 22:03:18 +08:00
Luc
b981ffa4d6
Add support for basic front end
...
Show :temperatures, positions, speed and flow
Fix display bug in navigation bar
2015-06-08 21:30:20 +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
303181923b
Remove buffer function before sending data
...
as now there is already a function doing this by default, so remove all
related function and only use a string buffer by function.
remove PHY_MODE selection from system configuration as it is in STA and
AP configuration, add N selection available in STA configuration
2015-06-03 11:00:03 +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
a1b7cbc84e
Add functions to manage large files
...
That allow page bigger than 2500 octets to be displayed by splitting
automaticaly
Add table tags for easy management
2015-05-14 13:59:09 +08:00
luc lebosse
2f1ee7abc9
Page Information and Page Configuration sample
...
backbone for Information page and configuration page
2015-04-21 11:20:59 +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