-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
WebSerial.println(" ");
WebSerial.println("List of Available Commands:");
WebSerial.println("");
WebSerial.println("help \"print help\"");
WebSerial.println("geteeprom \"Print EEPROM settings.\"");
WebSerial.println("setcur<space><decimal 20.0-100.0> \"Set motor current setting.\"");
WebSerial.println("setaccel<space><decimal 0.04-1.0> \"Set accel setting.\"");
WebSerial.println("setangle<space><decimal 0.0-360.0> \"Set turn Angle setting.\"");
WebSerial.println("streamdata<space><\"true\" or \"false\"> \"Print streamdata.\"");
abaove code prints.. but the last printline not being recieved "streamdata" not printed..
List of Available Commands:
help "print help"
geteeprom "Print EEPROM settings."
setcur<space><decimal 20.0-100.0> "Set motor current setting."
setaccel<space><decimal 0.04-1.0> "Set accel setting."
setangle<space><decimal 0.0-360.0> "Set turn Angle setting."
Metadata
Metadata
Assignees
Labels
No labels