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 97f19af commit 4951216Copy full SHA for 4951216
boards/WIO_LTE.py
@@ -26,12 +26,13 @@
26
'libraries' : [
27
'NET',
28
'NEOPIXEL',
29
- 'FILESYSTEM',
+ # 'FILESYSTEM', # Add FILESYSTEM will force javascript module to load from SD card, remain to be seen.
30
],
31
'makefile' : [
32
+ # 'SAVE_ON_FLASH=1', # Add this to enable functions connectSDCard .etc
33
'DEFINES+=-DUSE_USB_OTG_FS=1',
34
'DEFINES+=-DWIO_LTE',
- 'STLIB=STM32F407xx',
35
+ 'STLIB=STM32F405xx',
36
'PRECOMPILED_OBJS+=$(ROOT)/targetlibs/stm32f4/lib/startup_stm32f40_41xxx.o'
37
]
38
}
@@ -76,7 +77,7 @@
76
77
'pin_wakeup_disable' : 'C2',
78
'pin_lte_reset' : 'C3',
79
'pin_pwr_key' : 'C4',
- 'pin_codec_i2c_pwr' : 'C5'},
80
+ 'pin_codec_i2c_pwr' : 'C5'},
81
};
82
83
# left-right, or top-bottom order
0 commit comments