From 53ccc804de0b132c36e7a21828496b631395c3a7 Mon Sep 17 00:00:00 2001 From: Folke Date: Sun, 25 Oct 2020 11:51:36 +0100 Subject: [PATCH] Docs and appversion v1.18-fas --- Flashing.md | 2 +- README.md | 3 +++ platformio.ini | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Flashing.md b/Flashing.md index 935bf2f..26ae11b 100644 --- a/Flashing.md +++ b/Flashing.md @@ -28,7 +28,7 @@ Pre-Built binaries can be downloaded at [releases-page](https://github.com/fashb If you start tuya-convert procedure and the WiFi Icon on the device starts blinking very fast while talking to your tuya-convert, then it seems you have to new Firmware. You will see no error in the console, but you will get this messages in your logfile: -**Logfile: tuya-convert/scripts/smarthack-psk.log** +#### Logfile: tuya-convert/scripts/smarthack-psk.log ```log could not establish sslpsk socket: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] de diff --git a/README.md b/README.md index 05a65ac..db08905 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ Pre-built binaries can be downloaded at [releases-page](https://github.com/fashb ## Software Installation +:warning: **Nearly all devices are now shipped with a new Firmware which cannot be upgraded Over The Air with non-tuya-servers.** + In this case you cannot longer use tuya-convert and you have to open the device for soldering or use a 3d-printed pogo-adapter. + You can install the firmware either * by using tuya-convert - no Hardware Modifications necessary diff --git a/platformio.ini b/platformio.ini index bc0efaf..e1650e9 100644 --- a/platformio.ini +++ b/platformio.ini @@ -19,7 +19,7 @@ default_envs = wthermostat-debug [common] -appversion = 1.18.beta1-fas +appversion = 1.18-fas framework = arduino board = esp01_1m board_build.flash_mode = dout