config files on 14-12-2023 09:06:28

This commit is contained in:
2023-12-14 09:06:28 +01:00
parent 423d32fada
commit 49c549fbdd
41 changed files with 73157 additions and 37682 deletions

View File

@@ -9,7 +9,7 @@ class ACS712Sensor : public PollingComponent {
ACS712Sensor() : PollingComponent(15000) {}
void setup() override {
ACS->autoMidPoint();
//ACS->autoMidPoint();
ESP_LOGD("acs712", "MidPoint: %d", ACS->getMidPoint());
ACS->setNoisemV(43);
ESP_LOGD("acs712", "Noise mV: %d", ACS->getNoisemV());