We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11058f7 + d7474a7 commit 8ed85b1Copy full SHA for 8ed85b1
libraries/MySensors/MyConfig.h
@@ -50,7 +50,7 @@ typedef class MySigningDriverDummy MySigningDriverClass;
50
#define ATSHA204_PIN 17 //A3
51
#endif
52
53
-#ifdef MYSENSORS_ETHERNET_MQTT_GATEWAY
+#if defined(MYSENSORS_ETHERNET_GATEWAY) || defined(MYSENSORS_MQTT_GATEWAY)
54
55
56
@@ -77,7 +77,7 @@ static uint8_t hmacKey[32] = {
77
#define RANDOMSEED_PIN 7 //A7
78
79
80
81
82
83
0 commit comments