From d1c432b1871c6efb3a5a56f746434924af4295b2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 8 Nov 2020 10:38:51 +0000 Subject: [PATCH] MagicHome is actually an ESP8266, not ESP32 --- content/posts/esp-magic-home/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/esp-magic-home/index.md b/content/posts/esp-magic-home/index.md index 3bfbb1d..76d89fb 100644 --- a/content/posts/esp-magic-home/index.md +++ b/content/posts/esp-magic-home/index.md @@ -7,7 +7,7 @@ image: resource:magichome-soldered.jpg I recently added some RGB LED strips around my headboard and bed frame, because everyone needs more RGB in their life. The only thing better than RGB is internet connected RGB. One of the most common controllers for this is the MagicHome. -The MagicHome comes with its own firmware, which works, but it's not open-source, and judging from the logs it's definitely doing some phoning home. Because it's just an ESP32 underneath, it can be flashed with alternative firmware easily. My choice of which is [ESPHome](https://esphome.io/). +The MagicHome comes with its own firmware, which works, but it's not open-source, and judging from the logs it's definitely doing some phoning home. Because it's just an ESP8266 underneath, it can be flashed with alternative firmware easily. My choice of which is [ESPHome](https://esphome.io/). ## Requirements