Skip to content

Commit f38eb49

Browse files
committed
ADd comments
1 parent ea36732 commit f38eb49

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
downloaded-artifacts/
22
.vscode/
3-
artifacts/
3+
artifacts/
4+
.qodo

firmware/lolin_s3_mini.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ substitutions:
88
spi2_type: SPI2 #SPI2,SPI3,any,hardware #TODO: should this be hardware?
99
spi2_clk_pin: GPIO38
1010
spi2_miso_pin: GPIO44
11-
spi2_mosi_pin: GPIO36
11+
spi2_mosi_pin: GPIO36 #TODO: is this conflicting with PSRAM?
1212
rfid0_spi_interface: SPI2
13-
rfid0_ss_pin: GPIO34
13+
rfid0_ss_pin: GPIO34 #TODO: is this conflicting with PSRAM?
1414
neopixel_pin: '47'
1515

1616
packages:

0 commit comments

Comments
 (0)