From 83a718a8219ebb09d31bf1803a43ef81c21f317d Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Fri, 8 Nov 2019 22:24:19 +0100 Subject: [PATCH] Tasmota-Wifiman is now included in TC. Deleted not needed parts --- Tuya-OTA.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tuya-OTA.md b/Tuya-OTA.md index 5b3c845e..08a93a36 100644 --- a/Tuya-OTA.md +++ b/Tuya-OTA.md @@ -6,10 +6,6 @@ [Tuya-Convert](https://github.com/ct-Open-Source/tuya-convert) is the most successful method of flashing Tuya modules without opening the device and soldering. -Tuya-Convert comes with `tasmota-basic.bin` and [installs it by default](https://github.com/ct-Open-Source/tuya-convert#flash-third-party-firmware). That version is very limited and doesn't support all of the features required for normal use and it is necessary to immediately upgrade the firmware after completing the Tuya-Convert process. - -**We recommend the [`tasmota-wifiman.bin`](http://thehackbox.org/tasmota/tasmota-wifiman.bin) build** which is small enough to use as the third-party binary during the conversion. It includes nearly all Tasmota features required for normal operation while removing superfluous I2C sensors, IR and RF support for size. It has pre set [`WifiConfig`](commands#wificonfig)`= 2` so the device will revert to [Wi-Fi Manager mode](https://github.com/tzapu/WiFiManager/blob/master/README.md#how-it-works) if it cannot connect to the configured Wi-Fi network. Naturally you can upgrade to any other build of the firmware if needed. - **To ensure Tasmota runs reliably execute the command [`reset 5`](commands#reset) after Tuya-Convert is finished and Tasmota is up and running.** Doing this removes fragments of the original firmware left in flash which can create issues in the future. After all that is done you can proceed with the needed [configuration](initial-configuration) of your device. Help and troubleshooting for Tuya-Convert is done on [Tuya-Convert's Github](https://github.com/ct-Open-Source/tuya-convert/issues).