From 0acaca7001f8630db9d23bd5de7c8cdb2e0926e3 Mon Sep 17 00:00:00 2001 From: Yakumo Saki Date: Mon, 8 Feb 2021 14:16:19 +0900 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a0f07b..ef4a10d 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ All are optional. ### Display * SSD1306: Auto detect +* SH1106: Usable but need setting on setting mode, otherwise you see line on screen edge * ST7789: Must configure in web config (v3.0) @@ -165,6 +166,8 @@ esptool.py write_flash 0x1000 filename.bin * CHANGE: CONFIG: Add SSD1306 / SH1106 switch * CHANGE: HTTP: ESP32: Stop Async Web server. back to standard webserver to reduce code duplicate #42 +* ADD: WiFi RSSI to JSON +* FIX: ST7789: T: header align ### v38