Skip to content

Commit e9e1286

Browse files
authored
addd support for nano 33 iot
1 parent 5e68692 commit e9e1286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/SDU/extras/SDUBoot/SDUBoot.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
#else
2525
#define SDU_START 0x2000
2626
#endif
27-
#define SDU_SIZE 0x4000
27+
#define SDU_SIZE 0x6000
2828

2929
#define SKETCH_START (uint32_t*)(SDU_START + SDU_SIZE)
3030

3131
#ifndef SDCARD_SS_PIN
32-
#define SDCARD_SS_PIN 4
32+
#define SDCARD_SS_PIN 10
3333
#endif
3434

3535
#define UPDATE_FILE "UPDATE.BIN"

0 commit comments

Comments
 (0)