Compare commits

..

4 Commits

Author SHA1 Message Date
37de127887 prepare 3.3.1 release 2025-03-28 14:37:08 +07:00
baf80ce250 untrack compile_commands.json 2025-03-28 14:24:13 +07:00
80100e2475 prepare 3.3.0 release 2025-03-28 14:13:40 +07:00
d9c3fc6ec4 Merge pull request #292 from airgradienthq/feat/cellular
Add cellular connection as network options for AirGradient ONE and Open Air
2025-03-28 13:55:17 +07:00
4 changed files with 3 additions and 1595 deletions

2
.gitignore vendored
View File

@ -5,4 +5,4 @@ build
.pio
.cache
logs
compile_commands.json

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
name=AirGradient Air Quality Sensor
version=3.2.0
version=3.3.1
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.2.0-snap"
#define GIT_VERSION "3.3.1-snap"
#endif