Skip to content

Commit

Permalink
Uped version Nr. Renamed examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim committed Feb 29, 2024
1 parent e99fc2e commit f7e85a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
This is the code for the AirGradient ONE open-source hardware indoor Air Quality
Monitor with an ESP32-C3 Microcontroller.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AirGradient Air Quality Sensor
version=3.0.4
version=3.0.5
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.
Expand Down
2 changes: 1 addition & 1 deletion src/AirGradient.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "AirGradient.h"

#define AG_LIB_VER "3.0.4"
#define AG_LIB_VER "3.0.5"

AirGradient::AirGradient(BoardType type)
: pms5003(type), pms5003t_1(type), pms5003t_2(type), s8(type), sgp41(type),
Expand Down

0 comments on commit f7e85a9

Please sign in to comment.