Add software/VSC.cpp/wifi.h

This commit is contained in:
2025-06-12 08:54:18 +00:00
parent cd68a9021d
commit 5f844db5e4

11
software/VSC.cpp/wifi.h Normal file
View File

@ -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