Skip to content

Commit 9488c62

Browse files
committed
Remove some commented lines and fix lint error
1 parent f6a156c commit 9488c62

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/components/cc1101.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,9 @@ cc1101:
4444

4545
- **filter\_bandwidth** (*Optional*, frequency): The receive filter bandwidth. Range: `58kHz` to `812kHz`. Default: `203kHz`.
4646
- **fsk\_deviation** (*Optional*, frequency): Frequency deviation for FSK/GFSK modulation.
47-
<!-- - **msk\_deviation** (*Optional*, int): Phase shift deviation for MSK modulation. -->
4847
- **channel** (*Optional*, int): Channel number (added to base frequency).
4948
- **channel\_spacing** (*Optional*, frequency): Spacing between channels.
5049
- **if\_frequency** (*Optional*, frequency): Intermediate Frequency. Default is optimized for 433MHz usage.
51-
<!-- - **sync\_mode** (*Optional*, enum): Sync word qualifier mode. -->
52-
<!-- - **manchester** (*Optional*, boolean): Enable Manchester encoding. -->
53-
<!-- - **num\_preamble** (*Optional*, int): Minimum number of preamble bytes. -->
54-
<!-- - **sync1** (*Optional*, hex): High byte of sync word. -->
55-
<!-- - **sync0** (*Optional*, hex): Low byte of sync word.
5650
- **pktlen** (*Optional*, int): Packet length config. -->
5751

5852
### AGC (Automatic Gain Control) Settings
@@ -192,7 +186,7 @@ If you see a log entry stating `FF0F`, `0000`, or `FFFF` during setup, this indi
192186

193187
### No Signal during Transmit
194188

195-
1. **Check Pinout:** Ensure `remote_transmitter` is assigned to the pin physically connected to **GDO0**. The CC1101 **only** supports transmission via GDO0.
189+
- **Check Pinout:** Ensure `remote_transmitter` is assigned to the pin physically connected to **GDO0**. The CC1101 **only** supports transmission via GDO0.
196190

197191
## See Also
198192

0 commit comments

Comments
 (0)