697 Commits

Author SHA1 Message Date
Luc
ce24d85e8d Add base for USB FS (work in progress do not use) 2021-02-28 09:52:08 +01:00
Luc
eaba22990a Add setting to unsecure the serial when authentication is on 2021-02-25 14:12:55 +01:00
Luc
96dd998e4d Fix typo thanks @IvanHolubec for pointing this out 2021-02-18 16:05:02 +01:00
Luc
ab024d4c0f add more debug message 2021-02-10 13:49:14 +01:00
Luc
9668df134d Update debug_esp3d.h
Fix typo that prevent compilation when debug
2021-02-10 13:10:36 +01:00
Luc
d90c172001 Compilation fixes for ESP32-S2 2021-02-05 19:04:16 +01:00
Luc
3665f6c31f Update path for S2 2021-02-05 18:12:48 +01:00
Luc
75a86381c9 Update ESP3D-features.xls 2021-02-04 17:14:12 +01:00
Luc
99a4ad9045 Update ESP400.cpp 2021-02-04 14:38:38 +01:00
Luc
d56a936543 Fix DNS missing setting in static mode 2021-02-04 14:35:49 +01:00
Luc
5e4f438745 Add autoscroll in embedded page
Hide console when updating FW
2021-01-25 20:56:31 +01:00
Luc
ed7afb344d Add console in embedded page 2021-01-25 20:08:44 +01:00
Luc
873110f4e3 Fix wrong name for LittleFS in report 2021-01-25 16:24:23 +01:00
Luc
06dd5c54f5 Update ESP190.cpp
remove debug dir list
2021-01-24 19:17:44 +01:00
Luc
1dba9e5341 Fix esp8266 compilations 2021-01-24 16:44:35 +01:00
Luc
8f4482c719 Update README.md
add credits to not forget anyone as start to be quite big list
2021-01-24 16:20:48 +01:00
Luc
868a9ba49c Fix missing close files
Disable Debug
2021-01-24 14:59:02 +01:00
Luc
59e766b0b8 webdav part 1 2021-01-24 13:22:41 +01:00
Luc
1f8d4405c1 astyle shell command for linux 2021-01-23 10:10:18 +01:00
Luc
27f2b9e52e Update ESP3D-features.xls 2021-01-21 17:21:59 +01:00
Luc
5060541858 Update ESP3D-features.xls 2021-01-21 16:54:16 +01:00
Luc
c1816d512d code cleaning 2021-01-21 13:41:09 +01:00
Luc
4633374121 Update command.sh
remove waveform as no more present in platform.txt
2021-01-19 10:10:12 +01:00
Luc
b181804da7 Fix wrong size info in net frame for version thanks @makerbase-mks 2021-01-16 09:38:27 +01:00
Luc
0e0efb2ec2 Delete littlefs_esp32_filesystem.cpp- 2021-01-13 21:04:51 +01:00
Luc
4fb1d12da3 Update ESP3D-features.xls 2021-01-13 20:44:19 +01:00
Luc
59ee29507d Add LITTLEFS support for ESP32 2021-01-13 19:32:06 +01:00
Luc
6371c6cd50 Add subdir support and device support in command line upload 2021-01-11 13:56:16 +01:00
Luc
2a1cc822ca Update ESP3D-features.xls 2021-01-09 10:26:32 +01:00
Luc
8338eebb62 Update ESP3D-features.xls 2021-01-09 10:14:19 +01:00
Luc
b5a8f2ab59 Use right format to generate the ModuleID thanks @makerbase-mks 2021-01-08 12:37:45 +01:00
Luc
d83faee956 Add some sanity check due to webUI 2021-01-07 20:42:03 +01:00
Luc
0ceec99c01 Remove unused code 2021-01-07 19:26:13 +01:00
Luc
4c4ff06518 Add MKS Fast Upload support 2021-01-07 16:24:36 +01:00
Luc
4a1f1c72e8 Fix dead loop of functions calling them self instead of arduino one in Hal
Add missing `ok` in ESP201
2021-01-05 18:44:53 +01:00
Luc
0567f717dc Fix reset is failing orz... 2020-12-31 18:36:31 +01:00
Luc
df3f839cbf Add message communication protocol for MKS board
Note: Uplaod isnot yet implemented
Add limitation for HotSpots to get at least -78 for RSSI to be listed, same as MKS do
Add some API to prepare the MSK upload protocol
Bump version
2020-12-30 21:38:28 +01:00
Luc
e6749a1959 Update .travis.yml 2020-12-27 10:53:04 +01:00
Luc
926dfd155b Update configuration.h 2020-12-20 11:31:21 +01:00
Luc
830d29fce1 try travis bot for discord 2020-12-18 17:00:02 +01:00
Luc
0101f0a4fe Fix ESP32 compilation failures
Fix Travis not sending email -TBC
2020-12-18 07:00:19 +01:00
Luc
21002cf62a Base for MKS Serial protocol on MKS WIFI 2020-12-17 20:29:58 +01:00
Luc
dac3e0b716 Add [ESP620] to send http get URL 2020-12-14 16:13:44 +01:00
Luc
9b1ec9452d Add mDNS Service TXT for ESP3D version 2020-12-14 10:53:36 +01:00
Luc
5912a57382 Some refactoing
Fix some typo
2020-12-14 10:01:09 +01:00
Luc
2d58b305a1 Fix garbage when reset is needed
Fix mDNS failed to start - revert change of start position
Fix wrong name of ini file for SD configuration
2020-12-13 21:44:12 +01:00
Luc
5073327e30 Add Setting to get verbose boot or minimal one
Fix Boot string format not consistent
Change [ESP150] to support verbose parameter in addition to delay
Change [ESP400] to group boot delay and boot verbose in a boot subsection
Add  Boot_verbose in espcnf.ini
2020-12-13 15:48:32 +01:00
Luc
d72e193712 Fix mDNS and OTA conflict name
Add some debug message
2020-12-12 15:59:42 +01:00
Luc
223d7ece34 Add pin setup for sharing
Add [ESP202] command to set SPI Speed factor
2020-12-11 21:49:08 +01:00
Luc
f87cbee4d2
Update README.md 2020-12-11 10:26:38 +01:00