Skip to content

Commit

Permalink
v0.5.7 Wio Terminal example and M5 i2c issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Aug 3, 2022
1 parent 8d09a18 commit b8d743a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CanAirIO Air Quality Sensors Library",
"version": "0.5.6",
"version": "0.5.7",
"homepage":"https://canair.io",
"keywords":
[
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=CanAirIO Air Quality Sensors Library
version=0.5.6
version=0.5.7
author=@hpsaturn, CanAirIO project <[email protected]>
maintainer=Antonio Vanegas <[email protected]>
url=https://github.com/kike-canaries/canairio_sensorlib
Expand Down
4 changes: 2 additions & 2 deletions src/Sensors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <s8_uart.h>
#include <sps30.h>

#define CSL_VERSION "0.5.6"
#define CSL_REVISION 362
#define CSL_VERSION "0.5.7"
#define CSL_REVISION 363

/***************************************************************
* 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
Expand Down

0 comments on commit b8d743a

Please sign in to comment.