Skip to content

Commit f95e213

Browse files
author
Chris Trowbridge
committed
Disable the cell AUX UART by default on EP_AGORA
1 parent 430e64f commit f95e213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/TARGET_EP_AGORA/ONBOARD_TELIT_ME910.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ nsapi_error_t ONBOARD_TELIT_ME910::init()
114114
// AT#PORTCFG=0
115115
// Set command allows to connect Service Access Points to the external physical ports giving a great
116116
// flexibility. Examples of Service Access Points: AT Parser Instance #1, #2, #3, etc..
117-
_at->at_cmd_discard("#PORTCFG", "=3");
117+
_at->at_cmd_discard("#PORTCFG", "=0");
118118

119119
// AT&W&P
120120
// - AT&W: Execution command stores on profile <n> the complete configuration of the device. If

0 commit comments

Comments
 (0)