File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ mbed add mbed-os
1818Now you should be able to run the network tests with ` mbed test ` :
1919``` bash
2020# Runs the ESP8266 network tests, requires a wifi access point
21- mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --compile -DMBED_CFG_ESP8266_SSID=' <SSID HERE>' -DMBED_CFG_ESP8266_PASS=' <PASS HERE>'
21+ mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --compile -DMBED_CFG_ESP8266_SSID=< SSID HERE> -DMBED_CFG_ESP8266_PASS=< PASS HERE>
2222mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --run --verbose
2323```
2424
@@ -32,6 +32,6 @@ There are a couple other options that can be used during testing:
3232For example, here is how to enabled the debug output from the ESP8266:
3333``` bash
3434# Run the ESP8266 network tests with debug output, requires a wifi access point
35- mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --compile -DMBED_CFG_ESP8266_SSID=' <SSID HERE>' -DMBED_CFG_ESP8266_PASS=' <PASS HERE>' -DMBED_CFG_ESP8266_DEBUG=true
35+ mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --compile -DMBED_CFG_ESP8266_SSID=< SSID HERE> -DMBED_CFG_ESP8266_PASS=< PASS HERE> -DMBED_CFG_ESP8266_DEBUG=true
3636mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --run --verbose
3737```
You can’t perform that action at this time.
0 commit comments