feat(firmware): add MFRC522 driver implementation and configuration

This commit is contained in:
2025-11-24 11:40:57 +08:00
parent c0c32cb9a7
commit a54bd62491
6 changed files with 315 additions and 65 deletions

View File

@@ -0,0 +1,8 @@
#define CFG_WIFI_SSID "MisakaNetwork"
#define CFG_WIFI_PASS "20211028"
#define CFG_WIFI_MAXIMUM_RETRY 5
#define CFG_OCPP_BACKEND "ws://192.168.1.100:8180/steve/websocket/CentralSystemService"
#define CFG_CP_IDENTIFIER "CP0001"
#define CFG_CP_MODAL "Helios DA One"
#define CFG_CP_VENDOR "RayineElec"
#define CFG_AUTHORIZATIONKEY "my_secret_key"