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

@@ -13,10 +13,6 @@
#define SER_BAUDRATE (115200)
// Copied from Powerview Hub userdata API
// eg: http://POWERVIEW_HUB_IP_ADDRESS/api/userdata/ and find the field labeled "rfID"
#define RF_ID (0x2EC8)
RFPowerView powerView(RF_CE_PIN, RF_CS_PIN, RF_IRQ_PIN, RF_ID);
uint8_t lastRollingCode1 = 0x3D;