@@ -20,16 +20,16 @@ aliases:
2020```
2121>> ssl = True
2222>> wifi = {'ssid': '', 'password': ''}
23- >> lte = {'apn': 'internet ', 'cid': 1 , 'reset': False, 'carrier': 'Standard ', 'band': 3 , 'type': 'IP '}
24- >> username = alipsilv@hotmail .com
23+ >> lte = {'apn': 'apn ', 'cid': 999 , 'reset': False, 'carrier': 'carrier ', 'band': 999 , 'type': 'type '}
24+ >> username = user@email .com
2525>> network_preferences = ['lte', 'lte', 'lte', 'lora_otaa']
26- >> cfg_msg = Pybytes configuration read from /flash/pybytes_config .json
26+ >> cfg_msg = Pybytes configuration read from file .json
2727>> dump_ca = True
2828>> wlan_antenna = 0
29- >> server = 10.0.0.61
30- >> lora = {'otaa': {'app_key': '87c8105c151f885bc19ccb9484fe8185 ', 'app_device_eui': '909d7afb9b82c0f6 ', 'app_eui': '70B3D57ED000AFA0 '}}
31- >> ota_server = {'port': 443 , 'domain': 'software.pycom.io '}
29+ >> server = xx.x.x.xx
30+ >> lora = {'otaa': {'app_key': 'app_key ', 'app_device_eui': 'app_device_eui ', 'app_eui': 'app_eui '}}
31+ >> ota_server = {'port': 000 , 'domain': 'domain.com '}
3232>> pybytes_autostart = True
33- >> ssl_params = {'ca_certs': '/flash/cert/pycom-ca.pem '}
34- >> device_id = 139e95ed-7213-406b-b07a-a54bfbf021c8
33+ >> ssl_params = {'ca_certs': 'ca_certs '}
34+ >> device_id = device_id
3535```
0 commit comments