From 9b1d461567731575fec533a0a62987dab3cc78a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 11 Mar 2023 23:11:05 +0100 Subject: [PATCH] add NO_SCREEN shim --- src/graphics/Screen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics/Screen.h b/src/graphics/Screen.h index 602211179..992a73285 100644 --- a/src/graphics/Screen.h +++ b/src/graphics/Screen.h @@ -25,6 +25,7 @@ class Screen void startBluetoothPinScreen(uint32_t pin) {} void stopBluetoothPinScreen() {} void startRebootScreen() {} + void startShutdownScreen() {} void startFirmwareUpdateScreen() {} }; } // namespace graphics