Skip to content

Commit eb08cda

Browse files
committed
sns: cosmetic reordering of A02YYU defines
1 parent 9f8eaef commit eb08cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/espurna/config/arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@
260260
// Enable sensors (values below may not be our default values!)
261261
//--------------------------------------------------------------------------------
262262

263+
//#define A02YYU_SUPPORT 1
263264
//#define ADE7953_SUPPORT 1
264265
//#define AM2320_SUPPORT 1
265266
//#define ANALOG_SUPPORT 1
266-
//#define A02YYU_SUPPORT 1
267267
//#define BH1750_SUPPORT 1
268268
//#define BME680_SUPPORT 1
269269
//#define BMP180_SUPPORT 1

code/test/build/sensor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
#define A02YYU_SUPPORT 1
12
#define AM2320_SUPPORT 1
23
#define ANALOG_SUPPORT 1
3-
#define A02YYU_SUPPORT 1
44
#define BH1750_SUPPORT 1
55
#define BME680_SUPPORT 1
66
#define BMP180_SUPPORT 1

0 commit comments

Comments
 (0)