MagicHome is actually an ESP8266, not ESP32
This commit is contained in:
parent
aea70d99e9
commit
d1c432b187
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue