Luc
546b74d444
show wiki links
2016-10-30 11:27:50 +01:00
luc lebosse
318a3050d1
Fix trailing spaces thanks @patrickelectric
2016-10-09 11:13:53 +02:00
luc lebosse
d30ddc4ecf
fix trailing spaces thanks @patrickelectric
2016-10-09 11:08:12 +02:00
luc lebosse
f5051e3335
Fix typos thanks @patrickelectric
2016-10-09 10:48:15 +02:00
luc lebosse
3ee67c022b
Apply astyle --style=otbs *.h *.cpp *.ino
2016-10-09 10:40:17 +02:00
Luc
fabf6c133f
Update README.md
2016-10-09 09:02:21 +02:00
Luc
9ccf1ec7ed
Add direct pin support using ESP201
2016-09-28 10:45:31 +08:00
Luc
b3460b18f8
Remove debug flag by default
2016-09-26 21:33:05 +08:00
Luc
a7aedc5599
Rewrite ESP commands
...
add password protection if authentication is set
2016-09-26 21:31:01 +08:00
Luc
a7c4c44bfc
Add reference to ESP8285
2016-09-26 21:25:37 +08:00
Luc
20e671822e
Fix bug read EEPROM string add extra char
2016-09-22 17:07:30 +08:00
luc lebosse
127213fcb4
missing file
2016-09-08 15:16:05 +02:00
luc lebosse
af17fff2e0
put serial/tcp bridge in a class
2016-09-08 15:15:56 +02:00
Luc
36e0ab5f03
Update README.md
2016-09-08 14:31:19 +02:00
luc lebosse
fa32959963
Rename last esp8266 reference to ESP3D
2016-09-05 15:34:36 +02:00
luc lebosse
18210a9cc7
Sync with devt git
...
Move helper functions to static class CONFIG
Separate STA and AP information in EEPROM (IP, mode, etc)
Allow to change AP or STA data without set as default mode
Reorg the wifi setup
Add 2 safe mode - if mode is client and failed got to AP with EEPROM
setting, if AP failed use default value for AP mode
prepare code for SD Direct access
2016-09-05 13:59:35 +02:00
luc lebosse
2728b467a1
Code Cleaning
...
Implement define for MONITORING_FEATURE and MSG_FEATURE
Add better FM for SD Files
Light review of printer UI to separate sections
Add more control on Serial commands
Fix Github address
Change version to 0.8.0
Change default baud to 115200
Add Marlinkimbra support
2016-08-21 17:11:50 +02:00
luc lebosse
af283c8f23
Use correct calculation for signal/RSSI
...
if (RSSI <= -100) return 0;
if (RSSI >= -50) return 100;
return (2* (RSSI+100));
2016-08-09 01:32:44 +02:00
luc lebosse
014839f953
Add command for hostname
...
Fix possible buffer overload when using serial command
add missing flags in config report
2016-08-08 13:07:35 +02:00
luc lebosse
a7059bce51
Add Netbios support
2016-08-08 12:27:25 +02:00
luc lebosse
cd908616ed
Temporary fix for SSDP
...
but properties feature is not working under windows 10 when ok under
windows 7
2016-08-08 12:07:20 +02:00
Luc
296d8574af
Update README.md
2016-08-05 10:06:20 +02:00
luc lebosse
c57695fba8
add missing highlight for fan/bed/ext1/ext2
2016-07-25 08:54:27 +02:00
luc lebosse
809a0d790e
Add list for Extruder list in position bar
2016-07-23 22:21:42 +02:00
luc lebosse
360bc658c2
add position bar
2016-07-23 21:59:51 +02:00
luc lebosse
2f998c7d40
fix typo
2016-07-23 21:13:09 +02:00
luc lebosse
fe6e6c7ada
code cleaning
...
fix blur under OSX for buttons
move position of JOG as position bar won't be part of Jog svg
move style in one place
2016-07-23 21:11:54 +02:00
luc lebosse
b55a7abf7b
add hotspot class for fan/bed/ext1/ext2 icon
...
to show it is clickable item
2016-07-23 11:13:42 +02:00
luc lebosse
839fcb6eba
fix display when moving mouse clicked
...
no more selection
no highlight of jog/button
2016-07-23 09:24:50 +02:00
Luc
f44c98256d
Update thumb position if input change
...
fix bug with auto up/down
2016-07-23 01:19:58 +02:00
luc lebosse
9a85d3046c
Integrate new range customized
2016-07-22 18:22:19 +02:00
luc lebosse
9ab4bfdc5e
fix bug for cursor position if min value is not 0
2016-07-22 15:15:16 +02:00
luc lebosse
bbd16f6d2f
add min max boundaries for range
...
add function to set cursor position based on value
2016-07-22 11:00:44 +02:00
luc lebosse
2dea6fe379
code cleaning
...
Use same method as button for home button - so rendering is now
identical
remove css part for range as not working under IE and Safari 5
will use div / svg and javascript instead
2016-07-21 21:22:54 +02:00
luc lebosse
4830bf3911
better support for safari 5
...
safari 6 / 7 not tested
2016-07-21 20:06:26 +02:00
luc lebosse
79300f40ab
add custom slider using javascript
2016-07-21 16:13:50 +02:00
luc lebosse
445d7b7a5e
Add first template for repetier style
2016-07-19 21:39:11 +02:00
luc lebosse
ca230c5fdc
Fix bug introduced with new JSON for SD Files
2016-07-12 15:17:59 +02:00
luc lebosse
25cce3a70f
Fix display issue in firefox
...
Fix sendcommand function to set as GET instead as POST as new ESP core
is less permissive and do not take GET argument in POST request anymore
change FW version for tracking
2016-07-12 15:03:14 +02:00
luc lebosse
fda0657369
Fix time out limit
...
previous time out were based on previous method not millis()
2016-07-12 14:59:45 +02:00
luc lebosse
1955fd4c61
Fix typo blocking file download in file manager
...
orz...
2016-07-12 11:17:22 +02:00
luc lebosse
794ab9ec1b
Support of subdirectories in SPIFFS
...
Allows navigation as normal Filesystem
add /delete directory
parse directory tree
allows user to upload/delete in /user directory only when admin has full
access
2016-07-11 23:48:54 +02:00
Luc
dec26403b3
Change restricted directory to /user
...
/macro may no be good idea - /user is more generic and match the purpose
2016-07-09 23:51:41 +02:00
Luc
0f13b7b7b0
Allow user to upload macro files
...
user is limited to /macro directory for upload/delete
admin has full access
2016-07-09 22:57:20 +02:00
luc lebosse
7c0afb3f0c
Add ESP700 command
...
Send file line by line from SPIFFS: [ESP700]<file name>
for macro purpose
2016-07-08 15:48:01 +02:00
luc lebosse
b7afbafb52
Fix compilation error ....orz
2016-07-04 18:09:02 +02:00
luc lebosse
a1d2d238c8
Fix display when no Authentication is set
...
hide login/password menu and pages access
2016-07-04 17:58:26 +02:00
luc lebosse
5296770703
Allow to have admin and user authentication
...
admin is for wifi / esp settings
user is for printer settings
admin and user ID can be defined in config.h
[ESP555]<admin password> allows to reset user password to default one
2016-07-04 17:27:03 +02:00
luc lebosse
3575652099
Cleaning code as urlDecode is automatically done now
...
thanks @me-no-dev for pointing out
Change version for tracking latest changes
2016-07-04 10:39:04 +02:00
luc lebosse
b1456df090
Use new chunked feature
...
this feature give an average gain of +65% of speed for dynamic pages
2016-07-04 10:04:32 +02:00