.

Dependencies:   mbed Adafruit_GFX 19E042PIM_MB_PINS

Files at this revision

API Documentation at this revision

Comitter:
dobrica
Date:
Sat Dec 11 16:20:05 2021 +0000
Parent:
1:5b8e39e7496c
Commit message:
Dobrica Stosic 2019/0277

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Dec 11 16:15:16 2021 +0000
+++ b/main.cpp	Sat Dec 11 16:20:05 2021 +0000
@@ -38,7 +38,7 @@
 char* topic_sub = "subpim";
 const char* hostname = "broker.hivemq.com";
 int arrivedcount = 0;
-int port = 8000;
+int port = 1883;
 
 
 
--- a/mbed_app.json	Sat Dec 11 16:15:16 2021 +0000
+++ b/mbed_app.json	Sat Dec 11 16:20:05 2021 +0000
@@ -2,11 +2,11 @@
     "config": {
         "wifi-ssid": {
             "help": "WIFI SSID",
-            "value": "\"Dobrica's Galaxy A32\""
+            "value": "\"cvele97\""
         },
         "wifi-password": {
             "help": "Wifi Password",
-            "value": "\"mtoy8889\""
+            "value": "\"ekonomskitigar2021\""
         }
     },
     "target_overrides": {