fix: controller auto mode

This commit is contained in:
awalol
2026-05-08 19:31:24 +08:00
parent f8f86a29ef
commit 1014a13ed0
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ const Config_body& get_config();
void set_config(const uint8_t *new_config, const uint16_t len);
void config_valid();
void set_config(const Config_body &new_config);
static bool is_dse = false;
extern bool is_dse;
#endif //DS5_BRIDGE_CONFIG_H