From 50d00f1f738a663a5e37db3d80060c701de070f6 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 21 Jun 2021 13:03:18 -0400 Subject: [PATCH] as of today we still do not have desperate time debugging "writepin" command --- firmware/controllers/settings.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/controllers/settings.cpp b/firmware/controllers/settings.cpp index 13d21dd855..c78ed45e0d 100644 --- a/firmware/controllers/settings.cpp +++ b/firmware/controllers/settings.cpp @@ -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);