From 8b796f067ff3fce62a3f2e24bea33cda72a73448 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Mon, 6 May 2024 11:10:29 -1000 Subject: [PATCH] Pin OLED lib version to eliminate global Serial object (#1215) This is an alternative solution to the problem addressed by #1214 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 9bdda9afb..69ac7f4d1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -29,7 +29,7 @@ build_flags = -Wno-unused-function lib_deps = TMCStepper@>=0.7.0,<1.0.0 - thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.1 + thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@4.4.1 bt_deps = BluetoothSerial wifi_deps =