![](/media/cache/profiles/9bd5ee6fe55aaeb673025dbcb8f939c1.50x50_q85.jpg)
Code clean-up
Dependencies: Grove_temperature mbed-http
Fork of Wio_3G_HTTP-POST-example by
mbed_app.json@1:6c0383514e5b, 2018-08-23 (annotated)
- Committer:
- atomichan
- Date:
- Thu Aug 23 04:06:06 2018 +0000
- Revision:
- 1:6c0383514e5b
- Parent:
- 0:b3812b1c103d
part of the preparation works for Ina-city Hackerthon
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JKsoft_main | 0:b3812b1c103d | 1 | { |
JKsoft_main | 0:b3812b1c103d | 2 | "macros": [ |
JKsoft_main | 0:b3812b1c103d | 3 | ], |
JKsoft_main | 0:b3812b1c103d | 4 | "config": { |
atomichan | 1:6c0383514e5b | 5 | "sock-type": "TCP", |
atomichan | 1:6c0383514e5b | 6 | "cellular_sim_pin": { |
atomichan | 1:6c0383514e5b | 7 | "help": "SIM PIN code", |
atomichan | 1:6c0383514e5b | 8 | "value": "\"0000\"" |
atomichan | 1:6c0383514e5b | 9 | }, |
atomichan | 1:6c0383514e5b | 10 | "cellular_apn": { |
atomichan | 1:6c0383514e5b | 11 | "help": "The APN string to use for this SIM/network, set to 0 if none", |
atomichan | 1:6c0383514e5b | 12 | "value": "\"soracom.io\"" |
atomichan | 1:6c0383514e5b | 13 | }, |
atomichan | 1:6c0383514e5b | 14 | "cellular_username": { |
atomichan | 1:6c0383514e5b | 15 | "help": "The user name string to use for this APN, set to zero if none", |
atomichan | 1:6c0383514e5b | 16 | "value": "\"sora\"" |
atomichan | 1:6c0383514e5b | 17 | }, |
atomichan | 1:6c0383514e5b | 18 | "cellular_password": { |
atomichan | 1:6c0383514e5b | 19 | "help": "The password string to use for this APN, set to 0 if none", |
atomichan | 1:6c0383514e5b | 20 | "value": "\"sora\"" |
atomichan | 1:6c0383514e5b | 21 | }, |
atomichan | 1:6c0383514e5b | 22 | "echo-server-hostname": { |
atomichan | 1:6c0383514e5b | 23 | "help": "Echo server host name.", |
atomichan | 1:6c0383514e5b | 24 | "value": "\"echo.mbedcloudtesting.com\"" |
atomichan | 1:6c0383514e5b | 25 | }, |
atomichan | 1:6c0383514e5b | 26 | "echo-server-port": { |
atomichan | 1:6c0383514e5b | 27 | "help": "Echo server port number.", |
atomichan | 1:6c0383514e5b | 28 | "value": 7 |
atomichan | 1:6c0383514e5b | 29 | }, |
atomichan | 1:6c0383514e5b | 30 | "trace-level": { |
atomichan | 1:6c0383514e5b | 31 | "help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG", |
atomichan | 1:6c0383514e5b | 32 | "macro_name": "MBED_TRACE_MAX_LEVEL", |
atomichan | 1:6c0383514e5b | 33 | "value": "TRACE_LEVEL_INFO" |
atomichan | 1:6c0383514e5b | 34 | }, |
JKsoft_main | 0:b3812b1c103d | 35 | "main-stack-size": { |
JKsoft_main | 0:b3812b1c103d | 36 | "value": 8192 |
JKsoft_main | 0:b3812b1c103d | 37 | }, |
JKsoft_main | 0:b3812b1c103d | 38 | "network-interface":{ |
JKsoft_main | 0:b3812b1c103d | 39 | "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD", |
atomichan | 1:6c0383514e5b | 40 | "value": "CELLULAR_ONBOARD" |
JKsoft_main | 0:b3812b1c103d | 41 | } |
JKsoft_main | 0:b3812b1c103d | 42 | }, |
JKsoft_main | 0:b3812b1c103d | 43 | "target_overrides": { |
JKsoft_main | 0:b3812b1c103d | 44 | "*": { |
atomichan | 1:6c0383514e5b | 45 | "target.features_add": ["LWIP"], |
atomichan | 1:6c0383514e5b | 46 | "lwip.ipv4-enabled": true, |
atomichan | 1:6c0383514e5b | 47 | "lwip.ethernet-enabled": false, |
atomichan | 1:6c0383514e5b | 48 | "lwip.ppp-enabled": true, |
atomichan | 1:6c0383514e5b | 49 | "lwip.tcp-enabled": true, |
atomichan | 1:6c0383514e5b | 50 | "mbed-trace.enable": 1, |
JKsoft_main | 0:b3812b1c103d | 51 | "platform.stdio-baud-rate": 115200, |
JKsoft_main | 0:b3812b1c103d | 52 | "platform.stdio-convert-newlines": false |
atomichan | 1:6c0383514e5b | 53 | } |
JKsoft_main | 0:b3812b1c103d | 54 | } |
JKsoft_main | 0:b3812b1c103d | 55 | } |