Moved driving mode into own task

This commit is contained in:
2021-12-19 23:25:52 +01:00
parent c7420afd9c
commit f8a14414e2
9 changed files with 48 additions and 35 deletions

View File

@@ -40,8 +40,6 @@ std::array<CRGB, 8> ledstrip_custom_colors;
Controllers controllers;
Performance performance;
#ifdef FEATURE_BLUETOOTH
BluetoothSerial bluetoothSerial;
#endif