File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -397,9 +397,9 @@ void before() {
397
397
// set an offset to -1 to a thermistor sensor
398
398
// thermistor.setOffset(-1);
399
399
// change the id of a the first child of a sht21 sensor
400
- // sht21.children.get(1)->child_id = 5 ;
400
+ // sht21.children.get(1)->setChildId(5) ;
401
401
// report only when the analog value is above 40%
402
- // analog.children.get(1)->min_threshold = 40 ;
402
+ // analog.children.get(1)->setMinThreshold(40) ;
403
403
// power all the nodes through dedicated pins
404
404
// node.setPowerManager(power);
405
405
/*
Original file line number Diff line number Diff line change 8
8
#include < Arduino.h>
9
9
10
10
// define NodeManager version
11
- #define VERSION " 1.7-dev "
11
+ #define VERSION " 1.7"
12
12
13
13
/* **********************************
14
14
Constants
You can’t perform that action at this time.
0 commit comments