Skip to content

Commit

Permalink
Fix reset method for NodeMCU 0.9 board (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Aug 12, 2015
1 parent 85ac054 commit 6d4e41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ nodemcu.name=NodeMCU 0.9 (ESP-12 Module)

nodemcu.upload.tool=esptool
nodemcu.upload.speed=115200
nodemcu.upload.resetmethod=ck
nodemcu.upload.resetmethod=nodemcu
nodemcu.upload.maximum_size=1044464
nodemcu.upload.maximum_data_size=81920
nodemcu.upload.wait_for_upload_port=true
Expand Down

0 comments on commit 6d4e41c

Please sign in to comment.