Skip to content

Instantly share code, notes, and snippets.

@hatsunea
Created July 6, 2022 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatsunea/b0fcfb5c7694ef3da7dcd144b18b8e8b to your computer and use it in GitHub Desktop.
Save hatsunea/b0fcfb5c7694ef3da7dcd144b18b8e8b to your computer and use it in GitHub Desktop.
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