From ac099bb2e32e6e390b978768214608db2caa6e5d Mon Sep 17 00:00:00 2001 From: Toni S Date: Wed, 23 Oct 2024 11:45:31 +0200 Subject: [PATCH] a02yyu: cosmetic reordering of sensor defines --- code/espurna/config/arduino.h | 2 +- code/test/build/sensor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/espurna/config/arduino.h b/code/espurna/config/arduino.h index c9a85ac4e3..449d69d4cb 100644 --- a/code/espurna/config/arduino.h +++ b/code/espurna/config/arduino.h @@ -260,10 +260,10 @@ // Enable sensors (values below may not be our default values!) //-------------------------------------------------------------------------------- +//#define A02YYU_SUPPORT 1 //#define ADE7953_SUPPORT 1 //#define AM2320_SUPPORT 1 //#define ANALOG_SUPPORT 1 -//#define A02YYU_SUPPORT 1 //#define BH1750_SUPPORT 1 //#define BME680_SUPPORT 1 //#define BMP180_SUPPORT 1 diff --git a/code/test/build/sensor.h b/code/test/build/sensor.h index ee3d6ec165..f2a5ac90b2 100644 --- a/code/test/build/sensor.h +++ b/code/test/build/sensor.h @@ -1,6 +1,6 @@ +#define A02YYU_SUPPORT 1 #define AM2320_SUPPORT 1 #define ANALOG_SUPPORT 1 -#define A02YYU_SUPPORT 1 #define BH1750_SUPPORT 1 #define BME680_SUPPORT 1 #define BMP180_SUPPORT 1