mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
tracker_l1: fix bme226 init in ESM to include all sensors
This commit is contained in:
parent
0cb34740d2
commit
611d61b6c6
3 changed files with 5 additions and 9 deletions
|
|
@ -70,7 +70,7 @@ static Adafruit_INA260 INA260;
|
|||
#define TELEM_INA226_SHUNT_VALUE 0.100
|
||||
#define TELEM_INA226_MAX_AMP 0.8
|
||||
#include <INA226.h>
|
||||
static INA226 INA226(TELEM_INA226_ADDRESS);
|
||||
static INA226 INA226(TELEM_INA226_ADDRESS, TELEM_WIRE);
|
||||
#endif
|
||||
|
||||
#if ENV_INCLUDE_MLX90614
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue