Wio 3G with Firebase example

Dependencies:   mbed-http

Fork of Wio_3G_HTTP-GET-example by Toyomasa Watarai

Committer:
MACRUM
Date:
Sun Aug 26 01:51:34 2018 +0000
Revision:
79:7cade4176d12
Parent:
77:0194cca4103b
Enabled Firebase config

Who changed what in which revision?

UserRevisionLine numberNew contents of line
atomichan 76:fe9dd61c5f5c 1 {
atomichan 76:fe9dd61c5f5c 2 "macros": [
MACRUM 79:7cade4176d12 3 "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\""
atomichan 76:fe9dd61c5f5c 4 ],
atomichan 76:fe9dd61c5f5c 5 "config": {
atomichan 76:fe9dd61c5f5c 6 "sock-type": "TCP",
atomichan 76:fe9dd61c5f5c 7 "cellular_sim_pin": {
atomichan 76:fe9dd61c5f5c 8 "help": "SIM PIN code",
atomichan 76:fe9dd61c5f5c 9 "value": "\"0000\""
atomichan 76:fe9dd61c5f5c 10 },
atomichan 76:fe9dd61c5f5c 11 "cellular_apn": {
atomichan 76:fe9dd61c5f5c 12 "help": "The APN string to use for this SIM/network, set to 0 if none",
atomichan 76:fe9dd61c5f5c 13 "value": "\"soracom.io\""
atomichan 76:fe9dd61c5f5c 14 },
atomichan 76:fe9dd61c5f5c 15 "cellular_username": {
atomichan 76:fe9dd61c5f5c 16 "help": "The user name string to use for this APN, set to zero if none",
atomichan 76:fe9dd61c5f5c 17 "value": "\"sora\""
atomichan 76:fe9dd61c5f5c 18 },
atomichan 76:fe9dd61c5f5c 19 "cellular_password": {
atomichan 76:fe9dd61c5f5c 20 "help": "The password string to use for this APN, set to 0 if none",
atomichan 76:fe9dd61c5f5c 21 "value": "\"sora\""
atomichan 76:fe9dd61c5f5c 22 },
atomichan 76:fe9dd61c5f5c 23 "echo-server-hostname": {
atomichan 76:fe9dd61c5f5c 24 "help": "Echo server host name.",
atomichan 76:fe9dd61c5f5c 25 "value": "\"echo.mbedcloudtesting.com\""
atomichan 76:fe9dd61c5f5c 26 },
atomichan 76:fe9dd61c5f5c 27 "echo-server-port": {
atomichan 76:fe9dd61c5f5c 28 "help": "Echo server port number.",
atomichan 76:fe9dd61c5f5c 29 "value": 7
atomichan 76:fe9dd61c5f5c 30 },
atomichan 76:fe9dd61c5f5c 31 "trace-level": {
atomichan 76:fe9dd61c5f5c 32 "help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG",
atomichan 76:fe9dd61c5f5c 33 "macro_name": "MBED_TRACE_MAX_LEVEL",
atomichan 76:fe9dd61c5f5c 34 "value": "TRACE_LEVEL_INFO"
atomichan 76:fe9dd61c5f5c 35 },
atomichan 76:fe9dd61c5f5c 36 "main-stack-size": {
atomichan 76:fe9dd61c5f5c 37 "value": 8192
atomichan 76:fe9dd61c5f5c 38 },
atomichan 76:fe9dd61c5f5c 39 "network-interface":{
atomichan 76:fe9dd61c5f5c 40 "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
atomichan 76:fe9dd61c5f5c 41 "value": "CELLULAR_ONBOARD"
atomichan 76:fe9dd61c5f5c 42 }
atomichan 76:fe9dd61c5f5c 43 },
atomichan 76:fe9dd61c5f5c 44 "target_overrides": {
atomichan 76:fe9dd61c5f5c 45 "*": {
atomichan 77:0194cca4103b 46 "target.features_add": ["LWIP"],
atomichan 76:fe9dd61c5f5c 47 "lwip.ipv4-enabled": true,
atomichan 76:fe9dd61c5f5c 48 "lwip.ethernet-enabled": false,
atomichan 76:fe9dd61c5f5c 49 "lwip.ppp-enabled": true,
atomichan 76:fe9dd61c5f5c 50 "lwip.tcp-enabled": true,
atomichan 76:fe9dd61c5f5c 51 "mbed-trace.enable": 1,
atomichan 76:fe9dd61c5f5c 52 "platform.stdio-baud-rate": 115200,
atomichan 76:fe9dd61c5f5c 53 "platform.stdio-convert-newlines": false
atomichan 77:0194cca4103b 54 }
atomichan 76:fe9dd61c5f5c 55 }
atomichan 76:fe9dd61c5f5c 56 }