From 9b71884d5d58508bd5249a738fa9b54454abdbc5 Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Mon, 7 Jan 2019 16:04:22 +0100 Subject: [PATCH] Updated PlatformIO (markdown) --- PlatformIO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlatformIO.md b/PlatformIO.md index 8471e4a6..e956a2fb 100644 --- a/PlatformIO.md +++ b/PlatformIO.md @@ -17,7 +17,7 @@ Copy all files from the Tasmota release Source code into your platformIO base fo The default environment configuration generates multiple firmware variants. To build and/or flash exactly one of these, uncomment one of the *env_default* lines in file *platformio.ini*. - *sonoff.bin* - the default firmware for all devices - *sonoff-minimal.bin* - is interim firmware to be used when the above firmware images become too big to fit as OTA or web upload; installing this one first and THEN uploading the desired *sonoff.bin* allows for future firmware size growth over the OTA file limit of 1/2 flash size. -- *sonoff-ds18x20.bin* - is a version of *sonoff.bin* with the USE_DS18X20 define enabled and a larger MQTT buffer size to be used by people having more than 4 ds18x20 sensors connected. +- *sonoff-sensors* - is a version with most common used sensors enabled ## Compile Tasmota Select ``Build`` from the menu.