mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-06 21:58:24 +00:00
Don't enable environmental telemetry by default (#1502)
* INA219 + INA260 support in telemetry * Protobuf update * Fixes + debug statement * Fix size * Fix conversion from mv * Added getRegisterValue for i2cscan * Accidentally left this in * Removed line
This commit is contained in:
parent
90957e6994
commit
4458b470aa
@ -55,7 +55,6 @@ int32_t EnvironmentTelemetryModule::runOnce()
|
||||
Uncomment the preferences below if you want to use the module
|
||||
without having to configure it from the PythonAPI or WebUI.
|
||||
*/
|
||||
moduleConfig.telemetry.environment_measurement_enabled = 1;
|
||||
|
||||
/*
|
||||
moduleConfig.telemetry.environment_measurement_enabled = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user