File tree 2 files changed +5
-5
lines changed
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
39826
39826
codecell.build.variant=codecell
39827
39827
codecell.build.board=ESP32C3_DEV
39828
39828
codecell.build.bootloader_addr=0x0
39829
- codecell.build.cdc_on_boot=1
39829
+ codecell.build.cdc_on_boot=1
39830
39830
codecell.build.f_cpu=160000000L
39831
39831
codecell.build.flash_size=4MB
39832
39832
codecell.build.flash_freq=80m
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ static const uint8_t RX = 20;
10
10
static const uint8_t SDA = 8 ;
11
11
static const uint8_t SCL = 9 ;
12
12
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 ;
17
17
18
18
static const uint8_t A0 = 0 ;
19
19
static const uint8_t A1 = 1 ;
You can’t perform that action at this time.
0 commit comments