Skip to content

Commit

Permalink
Release v1.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
user2684 committed Mar 25, 2018
2 parents 934d74c + d188992 commit 7474009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NodeManager.ino
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,9 @@ void before() {
// set an offset to -1 to a thermistor sensor
//thermistor.setOffset(-1);
// change the id of a the first child of a sht21 sensor
//sht21.children.get(1)->child_id = 5;
//sht21.children.get(1)->setChildId(5);
// report only when the analog value is above 40%
//analog.children.get(1)->min_threshold = 40;
//analog.children.get(1)->setMinThreshold(40);
// power all the nodes through dedicated pins
//node.setPowerManager(power);
/*
Expand Down
2 changes: 1 addition & 1 deletion NodeManagerLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <Arduino.h>

// define NodeManager version
#define VERSION "1.7-dev"
#define VERSION "1.8-dev"

/***********************************
Constants
Expand Down

0 comments on commit 7474009

Please sign in to comment.