v0.4.3 rev342
Multivariable support
This version added new getters to have the current status of each unit of each sensor connected to the device in real time.
- Tested on TFT version (TTGO T-Display board)
- Tested with Panasonic PM 2.5 sensor, AM2320, SHT31, SenseAirS8 and Sensirion SCD30 sensors
Features
uint8_t getUnitsRegisteredCount();
bool isUnitRegistered(UNIT unit);
String getUnitName(UNIT unit);
String getUnitSymbol(UNIT unit);
int getNextUnit();
uint32_t getUnitValue(UNIT unit);
2022-01-07 13:58:15 +0100 de7324e Merge pull request #118 from kike-canaries/devel