Add software/VSC.cpp/wifi.h
This commit is contained in:
11
software/VSC.cpp/wifi.h
Normal file
11
software/VSC.cpp/wifi.h
Normal 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
|
Reference in New Issue
Block a user