From 5b165c05a559ec46b12777510856b024149b30aa Mon Sep 17 00:00:00 2001 From: shane-droid <61736830+shane-droid@users.noreply.github.com> Date: Sun, 12 Jun 2022 22:49:41 +0000 Subject: [PATCH] new logical switch function in dropdown --- radio/src/myeeprom.h | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/src/myeeprom.h b/radio/src/myeeprom.h index 14766f7e4ed..ba9700bc408 100644 --- a/radio/src/myeeprom.h +++ b/radio/src/myeeprom.h @@ -213,6 +213,7 @@ enum LogicalSwitchesFunctions { LS_FUNC_ADIFFEGREATER, LS_FUNC_TIMER, LS_FUNC_STICKY, + LS_FUNC_SAFE, LS_FUNC_COUNT SKIP, LS_FUNC_MAX SKIP = LS_FUNC_COUNT-1 };