Files

16 lines
298 B
C++

#include <stdint.h>
namespace NetworkConfig
{
const char ssid[] = "";
const char password[] = "";
}
namespace MqttConfig
{
const char server[] = "192.168.1.7";
const uint16_t port = 1883;
const char user[] = "kleiax";
const char password[] = "p?{$_~5%hBM7wrcFkr55KWr#";
}