Skip to content

Commit 821248f

Browse files
authored
Update esp_atcontrol_simpletest.py
Oops in 20, adding comment 19
1 parent 7bee8db commit 821248f

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
@@ -16,7 +16,7 @@
1616
print("WiFi secrets are kept in secrets.py, please add them there!")
1717
raise
1818

19-
19+
# the default else is the Aragon settings. Add different inits for different boards.
2020
if board.board_id == "challenger_rp2040_wifi":
2121
RX = board.ESP_TX
2222
TX = board.ESP_RX

0 commit comments

Comments
 (0)