Skip to content

Commit

Permalink
reset in and out Topics
Browse files Browse the repository at this point in the history
  • Loading branch information
simone1999 authored Jul 27, 2019
1 parent 12d329e commit 05868b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/send_ota.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
import queue


topic = "IoT"
inTopic = topic + "-in"
outTopic = topic + ""
topic = "esp8266-"
inTopic = topic + "in"
outTopic = topic + "out"
send_topic = ""
name=""
passw=""
Expand Down

0 comments on commit 05868b7

Please sign in to comment.