Added Settings app to disable Config Mode (#1781)

This commit is contained in:
Mark Thompson
2024-01-16 23:59:35 -06:00
committed by GitHub
parent e7af85ffba
commit 99bbd8805c
6 changed files with 101 additions and 17 deletions

View File

@@ -31,6 +31,8 @@
void config_mode_set();
bool config_mode_should_enter();
void config_mode_clear();
void config_mode_enable(bool v);
bool config_mode_disabled();
void config_mode_run();