We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8eaef commit eb08cdaCopy full SHA for eb08cda
code/espurna/config/arduino.h
@@ -260,10 +260,10 @@
260
// Enable sensors (values below may not be our default values!)
261
//--------------------------------------------------------------------------------
262
263
+//#define A02YYU_SUPPORT 1
264
//#define ADE7953_SUPPORT 1
265
//#define AM2320_SUPPORT 1
266
//#define ANALOG_SUPPORT 1
-//#define A02YYU_SUPPORT 1
267
//#define BH1750_SUPPORT 1
268
//#define BME680_SUPPORT 1
269
//#define BMP180_SUPPORT 1
code/test/build/sensor.h
@@ -1,6 +1,6 @@
1
+#define A02YYU_SUPPORT 1
2
#define AM2320_SUPPORT 1
3
#define ANALOG_SUPPORT 1
-#define A02YYU_SUPPORT 1
4
#define BH1750_SUPPORT 1
5
#define BME680_SUPPORT 1
6
#define BMP180_SUPPORT 1
0 commit comments