Skip to content

Instantly share code, notes, and snippets.

View quantumsheep's full-sized avatar
🐑
S H E E P

Nathanael Demacon quantumsheep

🐑
S H E E P
View GitHub Profile
#include <Dns.h>
#include <PubSubClient.h>
#include <WiFi.h>
#define CLIENT_ID "clientid"
#define TOPIC_IN "topicin"
#define TOPIC_OUT "topicout"
WiFiClient wifiClient;
PubSubClient mqttClient(wifiClient);
variable "scaleway_project_id" {
type = string
description = "Scaleway project ID"
}
variable "scaleway_secret_key" {
type = string
sensitive = true
}