From fc5c19788e6104024c9fd2903475330829c9858c Mon Sep 17 00:00:00 2001 From: Gabriel Sieben Date: Mon, 20 May 2024 14:49:05 +0200 Subject: [PATCH] Update usermod_bme68x.h --- usermods/BME68X_v2/usermod_bme68x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usermods/BME68X_v2/usermod_bme68x.h b/usermods/BME68X_v2/usermod_bme68x.h index c6325e300..abf4fc861 100644 --- a/usermods/BME68X_v2/usermod_bme68x.h +++ b/usermods/BME68X_v2/usermod_bme68x.h @@ -11,7 +11,7 @@ #define UMOD_DEVICE "ESP32" // NOTE - Set your hardware here #define HARDWARE_VERSION "1.0" // NOTE - Set your hardware version here -#define UMOD_BME680X_SW_VERSION "1.0.0" // NOTE - Version of the User Mod +#define UMOD_BME680X_SW_VERSION "1.0.1" // NOTE - Version of the User Mod #define CALIB_FILE_NAME "/BME680X-Calib.hex" // NOTE - Calibration file name #define UMOD_NAME "BME680X" // NOTE - User module name #define UMOD_DEBUG_NAME "UM-BME680X: " // NOTE - Debug print module name addon