Removed define from src

This commit is contained in:
leo 2023-07-09 19:24:39 +02:00
parent 4aacac7a49
commit 77f15678b8
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -1,13 +1,13 @@
/* the radian_trx SW shall not be distributed nor used for commercial product*/
/* it is exposed just to demonstrate CC1101 capability to reader water meter indexes */
#define METER_YEAR 16
/*#define METER_YEAR 16
#define METER_SERIAL 123456
#define MQTT_HOST "localhost"
#define MQTT_PORT 1883
#define MQTT_USER "homeassistant"
#define MQTT_PASS "PASS"
#define MQTT_PASS "PASS"*/
#define MQTT_KEEP_ALIVE 60