Gateway con agregar controles mediante firebase
Dependencies: mbed mbed-http ESP01 Pulse RFDecoder
mbed_app.json@1:cf6a75de25ce, 2019-05-25 (annotated)
- Committer:
- Thrillex13
- Date:
- Sat May 25 04:59:06 2019 +0000
- Revision:
- 1:cf6a75de25ce
- Child:
- 4:8fed3705384e
- Se realizo exitosamente la peticiones GET y POST a la base de datos de Firebase.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Thrillex13 | 1:cf6a75de25ce | 1 | { |
Thrillex13 | 1:cf6a75de25ce | 2 | "config": { |
Thrillex13 | 1:cf6a75de25ce | 3 | "main-stack-size": { |
Thrillex13 | 1:cf6a75de25ce | 4 | "value": 8192 |
Thrillex13 | 1:cf6a75de25ce | 5 | } |
Thrillex13 | 1:cf6a75de25ce | 6 | }, |
Thrillex13 | 1:cf6a75de25ce | 7 | "macros": [ |
Thrillex13 | 1:cf6a75de25ce | 8 | "MBEDTLS_MPI_MAX_SIZE=1024", |
Thrillex13 | 1:cf6a75de25ce | 9 | "MBEDTLS_MPI_WINDOW_SIZE=1", |
Thrillex13 | 1:cf6a75de25ce | 10 | "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_entropy_config.h\"", |
Thrillex13 | 1:cf6a75de25ce | 11 | "MBEDTLS_TEST_NULL_ENTROPY", |
Thrillex13 | 1:cf6a75de25ce | 12 | "MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES", |
Thrillex13 | 1:cf6a75de25ce | 13 | "MBED_HEAP_STATS_ENABLED=1" |
Thrillex13 | 1:cf6a75de25ce | 14 | ], |
Thrillex13 | 1:cf6a75de25ce | 15 | "target_overrides": { |
Thrillex13 | 1:cf6a75de25ce | 16 | "*": { |
Thrillex13 | 1:cf6a75de25ce | 17 | "platform.stdio-baud-rate": 115200, |
Thrillex13 | 1:cf6a75de25ce | 18 | "platform.stdio-convert-newlines": true, |
Thrillex13 | 1:cf6a75de25ce | 19 | "mbed-mesh-api.6lowpan-nd-channel-page": 0, |
Thrillex13 | 1:cf6a75de25ce | 20 | "mbed-mesh-api.6lowpan-nd-channel": 12, |
Thrillex13 | 1:cf6a75de25ce | 21 | "mbed-trace.enable": null, |
Thrillex13 | 1:cf6a75de25ce | 22 | "mbed-http.http-buffer-size": 2048, |
Thrillex13 | 1:cf6a75de25ce | 23 | "nsapi.default-wifi-security": "WPA_WPA2", |
Thrillex13 | 1:cf6a75de25ce | 24 | "nsapi.default-wifi-ssid": "\"SSID\"", |
Thrillex13 | 1:cf6a75de25ce | 25 | "nsapi.default-wifi-password": "\"Password\"" |
Thrillex13 | 1:cf6a75de25ce | 26 | }, |
Thrillex13 | 1:cf6a75de25ce | 27 | "DISCO_L475VG_IOT01A": { |
Thrillex13 | 1:cf6a75de25ce | 28 | "target.network-default-interface-type" : "WIFI" |
Thrillex13 | 1:cf6a75de25ce | 29 | } |
Thrillex13 | 1:cf6a75de25ce | 30 | } |
Thrillex13 | 1:cf6a75de25ce | 31 | } |