Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jason P
2025-11-27 07:06:17 -06:00
committed by GitHub
19 changed files with 184 additions and 38 deletions

View File

@@ -80,6 +80,8 @@ class Screen
#include <ST7789Spi.h>
#elif defined(USE_SPISSD1306)
#include <SSD1306Spi.h>
#elif defined(USE_ST7796)
#include <ST7796Spi.h>
#else
// the SH1106/SSD1306 variant is auto-detected
#include <AutoOLEDWire.h>