From 5f844db5e41edefc7afa7794a0e232f6cba70ff7 Mon Sep 17 00:00:00 2001 From: smallsolar Date: Thu, 12 Jun 2025 08:54:18 +0000 Subject: [PATCH] Add software/VSC.cpp/wifi.h --- software/VSC.cpp/wifi.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/VSC.cpp/wifi.h diff --git a/software/VSC.cpp/wifi.h b/software/VSC.cpp/wifi.h new file mode 100644 index 0000000..37a2ba4 --- /dev/null +++ b/software/VSC.cpp/wifi.h @@ -0,0 +1,11 @@ +#ifndef VICTRON_ADDRESS + +#define VICTRON_ADDRESS "00:00:00:00:00:00" // Solar Controller address (lower case) +#define VICTRON_NAME "SmartSolar HQXXXXXXXXXX" +// replace with actual key values (NB: use lower case) +byte key_SC[] = {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; // My_Solar_Controller + +#define SSID_NAME "x" +#define PASSWD "x" + +#endif \ No newline at end of file