Skip to content

Commit 42c55fd

Browse files
committed
clean up examples
1 parent a5c434b commit 42c55fd

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

examples/esp_atcontrol_countviewer.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@
6060
#"screen_names=adafruit"
6161
#DATA_LOCATION = [0, "followers_count"]
6262

63-
# on metro_m4
64-
#uart = busio.UART(board.TX, board.RX, timeout=0.1)
65-
#resetpin = DigitalInOut(board.D5)
66-
#rtspin = DigitalInOut(board.D6)
67-
6863

6964
# With a Particle Argon
7065
RX = board.ESP_TX

examples/esp_atcontrol_webclient.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
raise
1717

1818

19-
# With a Metro or Feather M4
20-
#uart = busio.UART(board.TX, board.RX, timeout=0.1)
21-
#resetpin = DigitalInOut(board.D5)
22-
#rtspin = DigitalInOut(board.D6)
23-
2419
# With a Particle Argon
2520
RX = board.ESP_TX
2621
TX = board.ESP_RX

0 commit comments

Comments
 (0)