Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 18, 2020 21:31
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 parzibyte/04b02884f3c66a0d811d5b951c321ee6 to your computer and use it in GitHub Desktop.
Save parzibyte/04b02884f3c66a0d811d5b951c321ee6 to your computer and use it in GitHub Desktop.
// Formatear una cadena dentro de mensaje
sprintf(mensaje, "Contador: %d", contador);
// Y publicar un simple contador
Serial.print("Publicando mensaje...");
clienteMqtt.publish("jardin/temperatura", mensaje);
Serial.println("OK");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment