Simple demo with GPIO MQTT protocol test on STM32 broker tests.mosquitto.org WIFI interface ESP8266 Issue of topic0 by pressing the button If reception of ', switching of the led If received from 'q' end of program

Dependencies:   MQTT

Revision:
24:cc01ff2c2603
Parent:
21:a68bd76740f9
Child:
26:a03cc3544801
--- a/mbed_app.json	Tue Jan 16 13:41:29 2018 +0000
+++ b/mbed_app.json	Thu Jun 11 14:09:40 2020 +0000
@@ -2,7 +2,7 @@
     "config": {
         "network-interface":{
             "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
-            "value": "ETHERNET"
+            "value": "WIFI_ESP8266"
         },
         "mesh_radio_type": {
             "help": "options are ATMEL, MCR20",
@@ -10,40 +10,20 @@
         },
         "esp8266-tx": {
             "help": "Pin used as TX (connects to ESP8266 RX)",
-            "value": "D1"
+            "value": "D8"
         },
         "esp8266-rx": {
             "help": "Pin used as RX (connects to ESP8266 TX)",
-            "value": "D0"
+            "value": "D2"
         },
         "esp8266-ssid": {
-            "value": "\"SSID\""
+            "value": "\"spockWIFI3\""
         },
         "esp8266-password": {
-            "value": "\"Password\""
+            "value": "\"voyager8472ncc1701a\""
         },
         "esp8266-debug": {
-            "value": true
-        },
-        "lcd-mosi": {
-            "value": "D11",
-            "macro_name": "LCD_MOSI"
-        },
-        "lcd-sck": {
-            "value": "D13",
-            "macro_name": "LCD_SCK"
-        },
-        "lcd-miso": {
-            "value": "D12",
-            "macro_name": "LCD_MISO"
-        },
-        "lcd-a0": {
-            "value": "D7",
-            "macro_name": "LCD_A0"
-        },
-        "lcd-ncs": {
-            "value": "D10",
-            "macro_name": "LCD_NCS"
+            "value": false
         }
     },
     "target_overrides": {