Skip to content

Commit 4951216

Browse files
committed
added WIO_LTE.py
1 parent 97f19af commit 4951216

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

boards/WIO_LTE.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626
'libraries' : [
2727
'NET',
2828
'NEOPIXEL',
29-
'FILESYSTEM',
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
3233
'DEFINES+=-DUSE_USB_OTG_FS=1',
3334
'DEFINES+=-DWIO_LTE',
34-
'STLIB=STM32F407xx',
35+
'STLIB=STM32F405xx',
3536
'PRECOMPILED_OBJS+=$(ROOT)/targetlibs/stm32f4/lib/startup_stm32f40_41xxx.o'
3637
]
3738
}
@@ -76,7 +77,7 @@
7677
'pin_wakeup_disable' : 'C2',
7778
'pin_lte_reset' : 'C3',
7879
'pin_pwr_key' : 'C4',
79-
'pin_codec_i2c_pwr' : 'C5'},
80+
'pin_codec_i2c_pwr' : 'C5'},
8081
};
8182

8283
# left-right, or top-bottom order

0 commit comments

Comments
 (0)