We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e68692 commit e9e1286Copy full SHA for e9e1286
libraries/SDU/extras/SDUBoot/SDUBoot.ino
@@ -24,12 +24,12 @@
24
#else
25
#define SDU_START 0x2000
26
#endif
27
-#define SDU_SIZE 0x4000
+#define SDU_SIZE 0x6000
28
29
#define SKETCH_START (uint32_t*)(SDU_START + SDU_SIZE)
30
31
#ifndef SDCARD_SS_PIN
32
-#define SDCARD_SS_PIN 4
+#define SDCARD_SS_PIN 10
33
34
35
#define UPDATE_FILE "UPDATE.BIN"
0 commit comments