From 188d8656714f3db84d4edc4111a84b44575ea1b5 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 19 Apr 2023 23:37:06 +0200 Subject: [PATCH] Fix: Device profile "Olimex ESP32-POE with SH1106" used wrong display type. Fix #825 --- docs/DeviceProfiles/olimex_esp32_poe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeviceProfiles/olimex_esp32_poe.json b/docs/DeviceProfiles/olimex_esp32_poe.json index 001ba7b9..e43dff24 100644 --- a/docs/DeviceProfiles/olimex_esp32_poe.json +++ b/docs/DeviceProfiles/olimex_esp32_poe.json @@ -64,7 +64,7 @@ "clk_mode": 3 }, "display": { - "type": 2, + "type": 3, "data": 33, "clk": 32 }