Skip to content

Commit b8b1350

Browse files
authored
Update esp_atcontrol_simpletest.py
Changes for Challenger 2040 WIFI board
1 parent 395ee36 commit b8b1350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp_atcontrol_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# With a Particle Argon
2121
RX = board.ESP_TX
2222
TX = board.ESP_RX
23-
resetpin = DigitalInOut(board.ESP_WIFI_EN)
23+
resetpin = DigitalInOut(board.WIFI_RESET)
2424
rtspin = DigitalInOut(board.ESP_CTS)
2525
uart = busio.UART(TX, RX, timeout=0.1)
2626
esp_boot = DigitalInOut(board.ESP_BOOT_MODE)

0 commit comments

Comments
 (0)