mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user