Skip to content

Commit

Permalink
Merge pull request #153 from ccli8/nuvoton_fix_esp8266_send_timeout
Browse files Browse the repository at this point in the history
Nuvoton: Fix ESP8266_SEND_TIMEOUT with unit error
  • Loading branch information
teetak01 authored Dec 10, 2020
2 parents dea7954 + ebaad28 commit 3206bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"esp8266.cts" : "A3",
"esp8266.rst" : "PH_3",
"esp8266.provide-default" : true,
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG.h\"", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0", "ESP8266_SEND_TIMEOUT=8ms"]
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG.h\"", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0", "ESP8266_SEND_TIMEOUT=8s"]
},
"NUMAKER_IOT_M263A": {
"target.network-default-interface-type" : "WIFI",
Expand Down Expand Up @@ -220,7 +220,7 @@
"esp8266.cts" : "PC_8",
"esp8266.rst" : "PE_12",
"esp8266.provide-default" : true,
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG.h\"", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0", "ESP8266_SEND_TIMEOUT=8ms"]
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG.h\"", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0", "ESP8266_SEND_TIMEOUT=8s"]
},
"DISCO_L475VG_IOT01A": {
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
Expand Down

0 comments on commit 3206bba

Please sign in to comment.