File tree 1 file changed +2
-2
lines changed
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
18
18
Now you should be able to run the network tests with ` mbed test ` :
19
19
``` bash
20
20
# 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>
22
22
mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --run --verbose
23
23
```
24
24
@@ -32,6 +32,6 @@ There are a couple other options that can be used during testing:
32
32
For example, here is how to enabled the debug output from the ESP8266:
33
33
``` bash
34
34
# 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
36
36
mbed test -t < COMPILER HERE> -m < BOARD HERE> -n tests-net* --run --verbose
37
37
```
You can’t perform that action at this time.
0 commit comments