13 lines
859 B
C
13 lines
859 B
C
const char helpCmd[] = "sysinfo - System Info\r\n"
|
|
"netinfo - WiFi Info\r\n"
|
|
"formatPDS - Format Persistence EEPROM Data\r\n"
|
|
"formatCFG - Format Configuration EEPROM Data\r\n"
|
|
"checkEE - Check EEPROM with checksum\r\n"
|
|
"dumpEE1k - dump the first 1kb of EEPROM to Serial\r\n"
|
|
"dumpEE - dump the whole EPPROM to Serial\r\n"
|
|
"resetPageEE - Reset the PersistenceData Page\r\n"
|
|
"dumpCFG - print Config struct\r\n"
|
|
"dumpPDS - print PersistanceStruct\r\n"
|
|
"saveEE - save EE-Data\r\n"
|
|
"showdtc - Show all DTCs\r\n"
|
|
"dumpGlobals - print globals\r\n"; |