Implement check sum for Serial upload as mandatory for Marlin

Add 2 new [ESPXXX] command as check sum helper
* Send GCode with check sum caching right line numbering
[ESP600]<gcode>

* Send line checksum
[ESP601]<line>

Implemented only for Sync WebServer at this moment, so Async is disabled in Travis
This commit is contained in:
Luc
2018-11-02 11:21:56 +01:00
parent f24dfe9d23
commit 8a2c39869a
6 changed files with 310 additions and 139 deletions

View File

@@ -136,6 +136,12 @@ if authentication is on, need admin password for RESET, RESTART and SAFEMODE
[ESP555]<password>pwd=<admin password>
if no password set it use default one
* Send GCode with check sum caching right line numbering
[ESP600]<gcode>
* Send line checksum
[ESP601]<line>
* Read SPIFFS file and send each line to serial
[ESP700]<filename>