Skip to content

Commit 3a16bed

Browse files
committed
Modify boards.txt for Sparkfun Thing Dev
The Sparkfun ESP8266 Thing Dev board currently has the "upload.resetmethod" set to "ck" which is invalid for the hardware, which uses the "nodemcu" reset circuitry. You can compare the reset circuits here: https://cdn.sparkfun.com/datasheets/Wireless/WiFi/ESP8266-Thing-Dev-v10.pdf and https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png Without this change, the Thing Dev board will not program correctly unless it is power cycled with GPIO0 held to ground. After this change, the board resets, programs, and runs correctly, without any manual jumper or reset operations.
1 parent 4014f91 commit 3a16bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ thing.name=SparkFun ESP8266 Thing
433433

434434
thing.upload.tool=esptool
435435
thing.upload.speed=921600
436-
thing.upload.resetmethod=ck
436+
thing.upload.resetmethod=nodemcu
437437
thing.upload.maximum_size=434160
438438
thing.upload.maximum_data_size=81920
439439
thing.upload.wait_for_upload_port=true

0 commit comments

Comments
 (0)