Fix: Device profile "Olimex ESP32-POE with SH1106" used wrong display type. Fix #825

This commit is contained in:
Thomas Basler 2023-04-19 23:37:06 +02:00
parent 5d2656550c
commit 188d865671

View File

@ -64,7 +64,7 @@
"clk_mode": 3 "clk_mode": 3
}, },
"display": { "display": {
"type": 2, "type": 3,
"data": 33, "data": 33,
"clk": 32 "clk": 32
} }