Updated How to Flash the RF Bridge (markdown)

Theo Arends 2018-02-09 16:18:23 +01:00
parent 4e8600dec3
commit 81c5c822e2
1 changed files with 1 additions and 1 deletions

@ -18,7 +18,7 @@ https://www.arduino.cc/en/Main/Software
5. In the “portable” folder you created in step 2, go into that folder > libraries and copy "IRremoteESP8266" and f"PubSubClient" into your Tasmota\lib folder.
6. Now in your Tasmota\lib\PubSubClient\SRC folder, open PubSubClient.h with a text editor (Notepad) and change “MQTT_MAX_PACKET_SIZE” to “512”. Save and exit.
6. Now in your Tasmota\lib\PubSubClient\SRC folder, open PubSubClient.h with a text editor (Notepad) and change “MQTT_MAX_PACKET_SIZE” to “1000”. Save and exit.
7. Back in Arduino IDE go to File > Open. Browse to the the folder where you extracted the TASMOTA firmware and open sonoff-sonoff.ino.