MQTT_PM25_1
Dependencies: mbed-os-example-wifi-DISCO_IOTBOARD_MQTT MQTT
Diff: README.md
- Revision:
- 33:12f0df4d51d7
- Parent:
- 32:bca3f5f442b3
- Child:
- 36:aa0b6789bbd2
--- a/README.md Fri Sep 08 10:15:04 2017 +0100 +++ b/README.md Tue Sep 26 08:30:04 2017 +0100 @@ -41,7 +41,7 @@ Edit ```mbed_app.json``` to include correct WiFi shield, SSID and Password: ``` - "config": { + "config": { "wifi-shield": { "help": "Options are WIFI_ESP8266, WIFI_IDW01M1", "value": "WIFI_IDW01M1" @@ -57,10 +57,13 @@ }, ``` + For built-in WiFi, ignore the value of `wifi-shield` + 3. Copy the respective _ignore_ file to `.mbedignore` * Copy `esp8266-mbedignore` when using ESP8266 module. * Copy `idw01m1-mbedignore` when using [X-NUCLEO-IDW01M1](https://developer.mbed.org/components/X-NUCLEO-IDW01M1/) expansion board. - + * For built-in WiFi, keep the default `.mbedignore` + 4. Compile and generate binary For example, for `GCC`: