Skip to content

Commit

Permalink
a02yyu: cosmetic reordering of sensor defines
Browse files Browse the repository at this point in the history
  • Loading branch information
toniSg committed Oct 23, 2024
1 parent f43384d commit ac099bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/espurna/config/arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/test/build/sensor.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ac099bb

Please sign in to comment.