mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12258 from trowbridgec/disable-ep_agora-cell-aux-uart-by-default
Disable the cell AUX UART by default on EP_AGORApull/12261/head
commit
4c4ed0ab78
|
@ -114,7 +114,7 @@ nsapi_error_t ONBOARD_TELIT_ME910::init()
|
|||
// AT#PORTCFG=0
|
||||
// Set command allows to connect Service Access Points to the external physical ports giving a great
|
||||
// flexibility. Examples of Service Access Points: AT Parser Instance #1, #2, #3, etc..
|
||||
_at->at_cmd_discard("#PORTCFG", "=3");
|
||||
_at->at_cmd_discard("#PORTCFG", "=", "%d", EP_AGORA_PORT_CONFIGURATION_VARIANT);
|
||||
|
||||
// AT&W&P
|
||||
// - AT&W: Execution command stores on profile <n> the complete configuration of the device. If
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
"help" : "Enable the cell module on the EP_AGORA board",
|
||||
"macro_name" : "EP_AGORA_ENABLE_CELL",
|
||||
"value" : true
|
||||
},
|
||||
"port-configuration-variant" : {
|
||||
"help" : "Telit ME910C1 AT#PORTCFG Variant value",
|
||||
"macro_name" : "EP_AGORA_PORT_CONFIGURATION_VARIANT",
|
||||
"value" : 0
|
||||
}
|
||||
},
|
||||
"target_overrides": {
|
||||
|
|
Loading…
Reference in New Issue