Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/helpers/sensors/EnvironmentSensorManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static Adafruit_INA219 INA219(TELEM_INA219_ADDRESS);

#if ENV_INCLUDE_INA260
#ifndef TELEM_INA260_ADDRESS
#define TELEM_INA260_ADDRESS 0x41 // INA260 single channel current sensor I2C address
#define TELEM_INA260_ADDRESS 0x40 // INA260 single channel current sensor I2C address (factory default: A0=GND, A1=GND)
#endif
#include <Adafruit_INA260.h>
static Adafruit_INA260 INA260;
Expand Down
2 changes: 1 addition & 1 deletion variants/station_g2/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ build_flags =
-D WIFI_DEBUG_LOGGING=1
-D WIFI_SSID='"myssid"'
-D WIFI_PWD='"mypwd"'
-D OFFLINE_QUEUE_SIZE=256
-D OFFLINE_QUEUE_SIZE=256

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated auto formatting

; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${Station_G2.build_src_filter}
Expand Down