Move RF_ID to platformio.ini

This commit is contained in:
2024-05-04 23:44:38 +10:00
parent a4c49bd3a5
commit f90fa34a07
2 changed files with 1 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ build_flags =
-D RF_CE_PIN=5
-D RF_CS_PIN=15
-D RF_IRQ_PIN=4
-D RF_ID=0x2EC8 ; Copied from PowerView Hub userdata API, eg: http://POWERVIEW_HUB_IP_ADDRESS/api/userdata/ and find the field labeled "rfID"
lib_deps =
${env.lib_deps}