Skip to content

Commit 95a6a88

Browse files
committed
v0.6.9r376 Geiger sensor RC1. Thanks to @roberbike @iw2lsi
1 parent 552a297 commit 95a6a88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CanAirIO Air Quality Sensors Library",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"homepage":"https://canair.io",
55
"keywords":
66
[

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CanAirIO Air Quality Sensors Library
2-
version=0.6.8
2+
version=0.6.9
33
author=@hpsaturn, CanAirIO project <info@canair.io>
44
maintainer=Antonio Vanegas <hpsaturn@gmail.com>
55
url=https://github.com/kike-canaries/canairio_sensorlib

src/Sensors.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#include <dht_nonblocking.h>
2424
#endif
2525

26-
#define CSL_VERSION "0.6.8"
27-
#define CSL_REVISION 375
26+
#define CSL_VERSION "0.6.9"
27+
#define CSL_REVISION 376
2828

2929
/***************************************************************
3030
* S E T U P E S P 3 2 B O A R D S A N D F I E L D S

0 commit comments

Comments
 (0)