From a61f7683b6602c4bee367be44ad38b090b7f7ecd Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Sun, 1 Dec 2024 01:07:25 +0100 Subject: [PATCH] Add option to disable power cycle on reset via Commissioner. Signed-off-by: Pol Henarejos --- src/fs/phy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs/phy.h b/src/fs/phy.h index 95d4c99..102042a 100644 --- a/src/fs/phy.h +++ b/src/fs/phy.h @@ -28,6 +28,7 @@ #define PHY_OPT_WCID 0x1 #define PHY_OPT_DIMM 0x2 +#define PHY_OPT_DISABLE_POWER_RESET 0x4 #include #include