* build fixes for NullDisplayDriver

This commit is contained in:
Scott Powell
2026-07-22 18:55:59 +10:00
parent b8504e55c6
commit a96a66aa99
14 changed files with 34 additions and 53 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include <helpers/ArduinoHelpers.h>
#include <helpers/SensorManager.h>
#ifdef DISPLAY_CLASS
#include "NullDisplayDriver.h"
#include <helpers/ui/NullDisplayDriver.h>
#endif
#include <BME280I2C.h>