forked from xiaozhi/xiaozhi-esp32
增加4G扩展 (#653)
在不影响wifi原版功能的基础上,方便想增加4G功能的朋友通过内置的fpc座子连接4G模块; 默认开机是wifi模式,在联网成功前,双击主按钮,可以进行WIFI和4G网络切换; 若在wifi模式,在成功连接前,可单击主按钮可以进行重新配网;
This commit is contained in:
@@ -47,4 +47,9 @@
|
||||
#define DISPLAY_BACKLIGHT_PIN GPIO_NUM_13
|
||||
#define DISPLAY_BACKLIGHT_OUTPUT_INVERT true
|
||||
|
||||
#define ML307_RX_PIN GPIO_NUM_42
|
||||
#define ML307_TX_PIN GPIO_NUM_44
|
||||
#define ML307_POWER_PIN GPIO_NUM_40
|
||||
#define ML307_POWER_OUTPUT_INVERT false
|
||||
|
||||
#endif // _BOARD_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user