rearranged folders

This commit is contained in:
smallsolar
2025-06-12 09:58:05 +01:00
parent 5f844db5e4
commit 5444a2aea2
6 changed files with 0 additions and 0 deletions

11
software/vgarden1/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