as of today we still do not have desperate time debugging "writepin" command

This commit is contained in:
Andrey 2021-06-21 13:03:18 -04:00
parent 31a62d664f
commit 50d00f1f73
1 changed files with 3 additions and 0 deletions

View File

@ -1355,6 +1355,9 @@ void initSettings(void) {
addConsoleActionS("set_cj125_heater_pin", setCj125HeaterPin);
addConsoleActionS("set_trigger_sync_pin", setTriggerSyncPin);
/**
* as of today we still do not have desperate time debugging "writepin" command
*/
addConsoleActionS("readpin", readPin);
addConsoleActionS("set_can_rx_pin", setCanRxPin);
addConsoleActionS("set_can_tx_pin", setCanTxPin);