File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39826,7 +39826,7 @@ codecell.build.core=esp32
3982639826codecell.build.variant=codecell
3982739827codecell.build.board=ESP32C3_DEV
3982839828codecell.build.bootloader_addr=0x0
39829- codecell.build.cdc_on_boot=1
39829+ codecell.build.cdc_on_boot=1
3983039830codecell.build.f_cpu=160000000L
3983139831codecell.build.flash_size=4MB
3983239832codecell.build.flash_freq=80m
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ static const uint8_t RX = 20;
1010static const uint8_t SDA = 8 ;
1111static const uint8_t SCL = 9 ;
1212
13- static const uint8_t SS = 7 ;
14- static const uint8_t MOSI = 6 ;
15- static const uint8_t MISO = 5 ;
16- static const uint8_t SCK = 4 ;
13+ static const uint8_t SS = 7 ;
14+ static const uint8_t MOSI = 6 ;
15+ static const uint8_t MISO = 5 ;
16+ static const uint8_t SCK = 4 ;
1717
1818static const uint8_t A0 = 0 ;
1919static const uint8_t A1 = 1 ;
You can’t perform that action at this time.
0 commit comments