Skip to content

Commit 31c49c9

Browse files
committed
WIO_LTE.py: fixed wrong comment
1 parent 4e62bd5 commit 31c49c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boards/WIO_LTE.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626
'libraries' : [
2727
'NET',
2828
'NEOPIXEL',
29-
# 'FILESYSTEM', # Add FILESYSTEM will force javascript module to load from SD card, remain to be seen.
29+
'FILESYSTEM', # Add FILESYSTEM will force javascript module to load from SD card, remain to be seen.
3030
],
3131
'makefile' : [
32-
# 'SAVE_ON_FLASH=1', # Add this to enable functions connectSDCard .etc
3332
'DEFINES+=-DUSE_USB_OTG_FS=1',
3433
'DEFINES+=-DWIO_LTE',
3534
'STLIB=STM32F405xx',

0 commit comments

Comments
 (0)