Skip to content

Commit 058e55f

Browse files
committed
fix lint + spurious backslash
1 parent 8bbb082 commit 058e55f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Once you have CircuitPython running, upload the files from the ```circuit-python
8585

8686
> [!NOTE]
8787
> If you're targeting a Feather rather than a flight controller board, then
88-
> copy `feather\_code.py`
88+
> copy `feather_code.py`
8989
9090
```boot.py``` enables both virtual serial ports that the device presents over USB. This allows you to use one for the console and one for data. ```code.py``` acts as a LoRa radio forwarder over USB serial: The console port is used for logging and debugging, and is the first serial port that appears when the board is connected. The data port is used for actual data transfer, and is the second serial port.
9191

circuit-python-lora-passthrough/feather_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
to indicate packet reception.
66
"""
77

8-
import time
8+
# import time
99

1010
import adafruit_rfm9x
1111
import board

0 commit comments

Comments
 (0)