133 Commits

Author SHA1 Message Date
Luc
8ca7f04f15 Update config.h
change version for release
2016-05-10 19:34:23 +02:00
luc
6f413b851f Fix crash under linux
missing FPSTR
2016-05-10 19:22:42 +02:00
luc
26192de7b7 Remove debug message
forget to remove orz
2016-05-10 11:09:44 +02:00
luc
ee9eeb55f7 Make consistency with PHY type and Sleep Mode
Use wrapper function instead of SDK ones
2016-05-05 19:10:21 +02:00
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
535f26cdf5 Allow to disable Serial ESP commands
Web commands are still working, only input from serial is disabled for
ESP module not for printer,
2016-02-01 23:13:25 +08:00
Luc
ba84a06fc8 Add signal strength in home page
seems having some difference between RSSI of current signal and RSSI of
scanned AP - TBC
2016-02-01 22:36:21 +08:00
Luc
75ebd04d12 Allow to disable FW web update when compiling
New compilation directive to enable/disable feature
//WEB_UPDATE_FEATURE: allow to flash fw using web UI
#define WEB_UPDATE_FEATURE
2016-01-26 11:50:02 +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
0c306a2aff Update storestrings.cpp
minor refactoring thanks @treeplek
2016-01-25 13:50:05 +08:00
Luc
5f8ecc4d2f Move tags.json to tools
and update port in tags.json
2016-01-25 13:16:33 +08:00
Luc
4073c10601 Merge pull request #66 from j0hnlittle/master
A python webserver to help working on the template files
Thanks @j0hnlittle
2016-01-20 14:03:53 +08:00
Luc
a07daf9e40 Code refactoring
Thanks a lot @treepleks
2016-01-20 13:06:57 +08:00
Luc
60326f3aba Code refactoring + indentation
Thanks @treepleks
2016-01-19 16:37:49 +08:00
Luc
326ef1c261 Fix typo issues
Thanks @treepleks
2016-01-19 16:07:47 +08:00
Luc
40a20dba57 Code optimization / Typo fixes
use more F() macro to save space, fixe several typo issue
Thanks @treepleks
2016-01-19 16:01:22 +08:00
Luc
28891b3be8 Highlight the "Admin" menu when selected
Thanks @treepleks
2016-01-19 15:54:55 +08:00
Luc
50f1199c1c Allow MDNSSSDP to be deactivated
w/o compilation error.
Thanks @treepleks
2016-01-19 15:51:09 +08:00
Luc
79d632f544 Change of units
Thanks @treepleks
2016-01-19 15:48:13 +08:00
Luc
7761c7c32c change FW version to reflect the changes
for support for 2.0.0 for file upload
2016-01-14 17:17:13 +08:00
Luc
487a799c46 Use new API from 2.0.0 for file upload
now file upload management is filtered according URI
the generic one cannot be overloaded as before but need to be specified
2016-01-14 17:15:51 +08:00
John Little
70a7ccb083 Created some sample json tags 2016-01-10 20:54:03 +00:00
luc
39e22e2384 Add display fix for extruders also
use style="overflow: hidden;" to avoid overflow
2015-11-17 20:09:22 +08:00
luc
9b0ae002a9 Fix bug with IE11
add cache control to none, and do not display overflow, in addition it
need to adjust security settings to allow to get updates and send
commands
2015-11-17 19:43:31 +08:00
luc
aa5f7e12d1 Add commands to clear logs
[ESP999]ERROR for error logs,
[ESP999]INFO for info logs,
[ESP999]STATUS for status logs,
[ESP999]ALL for all logs,
2015-11-15 20:21:01 +08:00
luc
afa0eddcf0 Update to follow refactoring of info
now it use struct instead of integer
2015-11-14 22:04:17 +08:00
luc
627052ceeb Add basic authentification and OTA update
only web update is supported
2015-11-14 21:48:35 +08:00
luc
7ef83d1237 Sync with latest change for SSID type
SSID changed from char *  to String so need to adjust new type
2015-11-10 14:06:06 +08:00
luc
a8fd5e06b6 Fix the ESP crash after first flash
seems  wifi_set_phy_mode need to be set before anything
2015-11-02 19:26:47 +08:00
luc
e9c1b20e09 Use factor for gradient also for better rendering
mostly for bed
2015-10-29 15:10:49 +08:00
luc
778435f3c2 Better initialization for temperature input
take / display target temperature so it is more easy for modification as
cursor/input is the starting point
Better factor for displaying temperature cursor (extruder and bed)
2015-10-29 14:52:34 +08:00
luc
999118f7a1 Change scale for bed for temperature
porting json missed this change
2015-10-29 14:25:56 +08:00
luc
6b317cc43f Fix missing cursor for for temperature
due to missing casting
2015-10-29 14:17:21 +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
c3dc621e8d Adjust label position to be aligned in printer
page
2015-10-29 08:54:18 +08:00
luc
8791abb0b0 add space between bar and % 2015-10-27 16:02:03 +08:00
luc
d8d6ed0be1 better UI for FM 2015-10-27 15:35:06 +08:00
luc
78ff239f93 Fix launching upload if no file selected
Add moving progress bar when uploading
Add meter bar for disk occupation
Add better hide parameter
2015-10-27 13:16:42 +08:00
luc
4996066c0f Add missing hover effect on delete button of FM 2015-10-27 09:36:24 +08:00
luc
bfe58edc9e better icon for delete file in FM 2015-10-26 17:52:12 +08:00
luc
441a8b41b6 Allow to use "save as" feature in FM
and open in new window if clicked
2015-10-26 11:04:41 +08:00
luc
1ffcb54c6e Fix typo issue - no extra settings menu active 2015-10-25 09:20:52 +08:00
luc
cb8e9d2d1b Add css for upload button and forgotten buttons
in extra settings and printer status pages
2015-10-23 22:23:59 +08:00
luc
b6b0f84fb6 Files cleaning as only for more than 512K flash
for less there is a new branch
2015-10-23 16:41:32 +08:00
luc
3cbb3fc14e Fix typo issue 2015-10-23 16:18:18 +08:00
luc
eae00a3648 Display total space, used space and % occuped
in file manager for SPIFFS
2015-10-23 11:58:19 +08:00
luc
b2f8ab93bc Change EEPROM begin/end to be sure it is open
Update print_config
2015-10-22 21:38:52 +08:00
luc
fa9b87f734 Add command for SSID/PASSWORD/AP or STA/DHCP or STATIC
[ESP100]<SSID> : SSID
[ESP101]<Password> : Password
[ESP103]STA : Station mode
[ESP103]AP : AP mode
[ESP103]STATIC : IP Static
[ESP103]DHCP : use DHCP
2015-10-21 21:21:59 +08:00