Fixed crash when pressing buttons
This commit is contained in:
@ -39,6 +39,9 @@ bool simplified =
|
||||
ProfileSettings profileSettings;
|
||||
SettingsPersister settingsPersister;
|
||||
|
||||
std::atomic<int8_t> rawButtonRequest;
|
||||
std::atomic<int8_t> buttonRequest;
|
||||
|
||||
Controllers controllers;
|
||||
|
||||
#ifdef FEATURE_BLUETOOTH
|
||||
|
Reference in New Issue
Block a user