fix building for screenless devices

This commit is contained in:
Thomas Göttgens 2022-12-09 11:27:12 +01:00
parent d9cd3dd3e1
commit fab08b6451

View File

@ -21,6 +21,7 @@ class Screen
void startBluetoothPinScreen(uint32_t pin) {}
void stopBluetoothPinScreen() {}
void startRebootScreen() {}
void startFirmwareUpdateScreen() {}
};
}