WIP enroll device

This commit is contained in:
2024-08-23 21:00:18 +02:00
parent dd0a957a63
commit 3b7e2f9a0c
8 changed files with 132 additions and 9 deletions

View File

@ -1,5 +1,20 @@
#pragma once
/**
* Device reference
*/
#define DEV_REFERENCE "Wt32-Eth01"
/**
* Device version
*/
#define DEV_VERSION "0.0.1"
/**
* Device max number of relays
*/
#define DEV_MAX_RELAYS 1
/**
* Backend unsecure API URL
*/