luc lebosse
6935617f17
Better icon for delete
...
use trash icon instead of cross
2016-06-29 19:05:51 +02:00
luc lebosse
3d92f78eca
Fix SD File listing incomplete as still processing
...
Separate M20 command from file listing to give time to get the complete
file list before sending the list
Change SDK function system_get_time and wifi_get_opmode to use wrapper
ones and avoid to include user_interface.h if not necessary
2016-06-29 18:42:00 +02:00
Luc
41d319bed8
Update README.md
...
add compilation condition references
2016-06-28 13:38:23 +02:00
luc lebosse
3975f5ecd0
put back mDns feature by default
2016-06-28 13:33:39 +02:00
luc lebosse
0f1623d548
Rewrite SDUpload
...
Fix issues with repetier which check code when cpoy to SD
remove unused variables
add log function for debug
2016-06-28 13:28:59 +02:00
luc lebosse
015dd91bc3
Comment unused variable
2016-06-28 13:26:49 +02:00
luc lebosse
790a6f07f4
Remove multiple tag for upload for FW and SDFile
...
should allow only one file at once for FW and for GCODE
2016-06-28 13:26:35 +02:00
luc lebosse
bc14f45092
fix uninitialized variable
2016-06-28 13:25:13 +02:00
Luc
6728d8a1cc
Add proper progress bar for SD files/local files/FW
...
Now display % of upload
2016-06-21 11:10:09 +02:00
Luc
6d73f3a9f2
Add SD files transfert
...
First pass - may need fine tune
2016-06-19 20:32:11 +02:00
luc lebosse
22af45d69f
Use ESP.getFreeHeap() instead of SDK function
...
Add free mem in config report
2016-06-16 21:47:48 +02:00
luc lebosse
d7b1e486e2
Add signal strength in config report
...
useful when debugging without web UI
2016-06-15 19:29:04 +02:00
luc
b4b936ce11
update todo
2016-06-09 13:06:48 +02:00
luc
35dacd2eed
update travis
...
typo issue
2016-06-09 12:58:04 +02:00
luc
713d4764fb
Change name to ESP3D
...
Thanks to @openhardwarecoza and @TRoager for the idea and feedback
2016-06-09 10:23:20 +02:00
luc
700f395cab
Fix #95 Sd list is not working with smoothie
...
due to output format difference
2016-05-16 16:29:48 +02:00
luc
352740156c
Add basic support for SMOOTHIEWARE
...
support for Speed / flow / error/info/warning
2016-05-14 18:48:37 +02:00
Luc
66c1595869
Update README.md
...
Add missing link to RADDS pictures
2016-05-14 16:09:17 +02:00
Luc
ba88ae6087
Update README.md
...
put back wires pictures
2016-05-13 17:00:55 +02:00
Luc
a21215a088
Update README.md
2016-05-10 20:00:07 +02:00
Luc
ed6e051114
Update README.md
2016-05-10 19:59:24 +02:00
Luc
8ca7f04f15
Update config.h
...
change version for release
v0.6.2
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
1890088b74
Update README.md
...
typo issue
2016-04-20 22:35:59 +02:00
Luc
2443cc8600
Update for 2.2.0 support reference
2016-04-20 22:31:55 +02:00
Luc
299ca68519
Add FAQ
v0.6.1
2016-04-09 09:11:00 +02:00
Luc
6740e5b967
Update README.md
...
add CPU Frequency setting for better performance as no more set by FW itself
2016-04-08 20:27:02 +02:00
luc
b71bfe26cf
remove settings for results - no need
2016-04-08 17:57:43 +02:00
luc
98c9eb7a04
sync with devt branch
2016-04-08 17:49:21 +02:00
Luc
55c600f9dd
Update README.md
2016-03-02 20:46:45 +01:00
Luc
59e6da764b
update readme for 2.1.0
2016-02-28 01:42:34 +01:00
Luc
9018193d1d
fix bug in line numbers for patch
2016-02-28 01:35:46 +01:00
Luc
15effac8d2
add missing flag
2016-02-28 01:23:22 +01:00
Luc
37687ab8c9
fix missing path
2016-02-28 01:18:01 +01:00
Luc
cf14919d4b
update to 2.1.0
2016-02-28 01:15:48 +01: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
88a15d59ed
remove outdated sample
...
no need anymore
2016-01-28 11:26:48 +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
v0.5.1
2016-01-25 13:50:05 +08:00
Luc
481e6ab6bc
Update README.md
...
Add description about tool developed by j0hnlittle
2016-01-25 13:41:30 +08:00
Luc
9c903389a7
Add reference to owner j0hnlittle
...
set web port as variable
add some help to launch browser on startup
Thanks again @j0hnlittle
2016-01-25 13:16:35 +08:00
Luc
5f8ecc4d2f
Move tags.json to tools
...
and update port in tags.json
2016-01-25 13:16:33 +08:00
Luc
a44c239f5d
Update README.md
...
refer to 2.0.0 as stable for the core
2016-01-24 12:35:42 +08:00
Luc
7a56b3c5aa
Build/display stable only not git
2016-01-20 15:35:01 +08:00