mbed-os/features/cellular/mbed_lib.json

22 lines
675 B
JSON
Raw Normal View History

2018-02-27 09:36:24 +00:00
{
"name": "cellular",
"config": {
"use-apn-lookup": {
2018-02-27 09:36:24 +00:00
"help": "Use APN database lookup",
"value": true
},
"random_max_start_delay": {
"help": "Maximum random delay value used in start-up sequence in milliseconds",
"value": 0
2018-05-02 07:26:27 +00:00
},
"debug-at": {
"help": "Enable AT debug prints",
"value": false
},
"radio-access-technology": {
"help": "Radio access technology to use. Value in integer: GSM=0, GSM_COMPACT=1, UTRAN=2, EGPRS=3, HSDPA=4, HSUPA=5, HSDPA_HSUPA=6, E_UTRAN=7, CATM1=8 ,NB1=9",
"value": null
2018-02-27 09:36:24 +00:00
}
}
}