The next step is to set the default environment to our newly created environment. Lib_deps = PubSubClient, NeoPixelBus, IRremoteESP8266, ArduinoJSON The section should look like the following: WeMos (ESP8266 based)īuild_flags = -Wl, -DMQTT_MAX_PACKET_SIZE=512 In platformio.ini we are going to add a new environment section and set the default environment to the newly created section.įirst we create the new environment section. Load the Sonoff-Tasmota base folder, including platformio.ini in PlatformIO. I tested the Tasmota software with the DHT11-, Relay- and Button-shield but these are optional. This page is merely to help those who are trying to get the Sonoff-Tasmota software running on a WeMos D1 mini or WeMos D1 mini pro board. To get started do read the Sonoff-Tasmota wiki pages.
I assume you are familiar with the Sonoff-Tasmota software by Theo Arends.
Install Tasmota software on a WEMOS D1 mini (pro) with PlatformIO.