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 4e62bd5 commit 31c49c9Copy full SHA for 31c49c9
boards/WIO_LTE.py
@@ -26,10 +26,9 @@
26
'libraries' : [
27
'NET',
28
'NEOPIXEL',
29
- # 'FILESYSTEM', # Add FILESYSTEM will force javascript module to load from SD card, remain to be seen.
+ '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',
35
'STLIB=STM32F405xx',
0 commit comments