Created
July 6, 2022 10:00
-
-
Save hatsunea/b0fcfb5c7694ef3da7dcd144b18b8e8b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!Esp32MQTTClient_Init((const uint8_t*)connectionString, true)) | |
{ | |
hasIoTHub = false; | |
M5.Lcd.println("Initializing IoT hub failed."); | |
return; | |
} | |
hasIoTHub = true; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment