add NO_SCREEN shim

This commit is contained in:
Thomas Göttgens 2023-03-11 23:11:05 +01:00
parent 210e3e09d5
commit 9b1d461567

View File

@ -25,6 +25,7 @@ class Screen
void startBluetoothPinScreen(uint32_t pin) {}
void stopBluetoothPinScreen() {}
void startRebootScreen() {}
void startShutdownScreen() {}
void startFirmwareUpdateScreen() {}
};
} // namespace graphics