Compare commits

...

2 Commits

Author SHA1 Message Date
92e74feabd Merge branch 'develop'
# Conflicts:
#	library.properties
#	src/AirGradient.h
2024-12-05 15:36:32 +07:00
cc0fd88068 Prepared to release 3.1.21 2024-12-05 15:35:37 +07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name=AirGradient Air Quality Sensor
version=3.1.16
version=3.1.21
author=AirGradient <support@airgradient.com>
maintainer=AirGradient <support@airgradient.com>
sentence=ESP32-C3 / ESP8266 library for air quality monitor measuring PM, CO2, Temperature, TVOC and Humidity with OLED display.

View File

@ -15,7 +15,7 @@
#include "Main/utils.h"
#ifndef GIT_VERSION
#define GIT_VERSION "3.1.16-snap"
#define GIT_VERSION "3.1.21-snap"
#endif
#ifndef ESP8266