Remove redundant 1750(rely on button when TX)
All checks were successful
Build Firmware / build (push) Successful in 20s

This commit is contained in:
2025-04-01 17:48:00 +02:00
parent c0d3ba51a2
commit bbeb1d8fab
7 changed files with 3 additions and 69 deletions

View File

@@ -362,7 +362,6 @@ const t_sidefunction gSubMenu_SIDEFUNCTIONS[] =
{"POWER\nHIGH", ACTION_OPT_POWER_HIGH},
{"REMOVE\nOFFSET", ACTION_OPT_REMOVE_OFFSET},
#endif
{"SSTV", ACTION_REQ_SSTV},
};
const uint8_t gSubMenu_SIDEFUNCTIONS_size = ARRAY_SIZE(gSubMenu_SIDEFUNCTIONS);