Compile issues with recent ESPHome versions fixed:
- An error about toolchain-riscv32-esp not being found (the PlatformIO tool manager
tries to install this one, even though the lamp is an ESP32 device and not riscv).
- On systems for which the above toolchain could be found, compilation would fail
with an error about `esp_mac.h` not being found.