mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-06-28 09:10:57 +02:00
Compare commits
4 Commits
feat/cellu
...
3.3.1
Author | SHA1 | Date | |
---|---|---|---|
37de127887 | |||
baf80ce250 | |||
80100e2475 | |||
d9c3fc6ec4 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,4 +5,4 @@ build
|
|||||||
.pio
|
.pio
|
||||||
.cache
|
.cache
|
||||||
logs
|
logs
|
||||||
|
compile_commands.json
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
name=AirGradient Air Quality Sensor
|
name=AirGradient Air Quality Sensor
|
||||||
version=3.2.0
|
version=3.3.1
|
||||||
author=AirGradient <support@airgradient.com>
|
author=AirGradient <support@airgradient.com>
|
||||||
maintainer=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.
|
sentence=ESP32-C3 / ESP8266 library for air quality monitor measuring PM, CO2, Temperature, TVOC and Humidity with OLED display.
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include "Main/utils.h"
|
#include "Main/utils.h"
|
||||||
|
|
||||||
#ifndef GIT_VERSION
|
#ifndef GIT_VERSION
|
||||||
#define GIT_VERSION "3.2.0-snap"
|
#define GIT_VERSION "3.3.1-snap"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user