mirror of https://github.com/arendst/Tasmota.git
Updated How to Flash the RF Bridge (markdown)
parent
4e8600dec3
commit
81c5c822e2
|
@ -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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue