283 remove settingsManager and avoid the String class

This commit is contained in:
Normunds Gavars 2025-05-14 13:27:57 +03:00
parent a9b64b31b7
commit c69657a13b
4 changed files with 47 additions and 130 deletions

View file

@ -7,7 +7,7 @@
#define TELEM_CHANNEL_SELF 1 // LPP data channel for 'self' device
#define TELEM_INA3221_ADDRESS 0x40 // INA3221 3 channel current, voltage, power sensor I2C address
#define TELEM_INA3221_ADDRESS 0x42 // INA3221 3 channel current, voltage, power sensor I2C address
#define TELEM_INA3221_SHUNT_VALUE 0.100 // most variants will have a 0.1 ohm shunts
#define TELEM_INA3221_SETTING_CH1 "INA3221 Channel 1"
#define TELEM_INA3221_SETTING_CH2 "INA3221 Channel 2"