esphome/esphome/components/ade7953
rnauber 4fb750de43
ADE7953: Fix dereferencing of a null pointer (#1086)
* ADE7953: Fix dereferencing of a null pointer

The ade7953 driver dereferences a null pointer, when not all of
its sensors are used. This gives an exception like:

Fatal exception:29 flag:2 (EXCEPTION) epc1:0x4020c241 epc2:0x00000000 epc3:0x00000000 excvaddr:0x00000018 depc:0x00000000

* Fix formatting

Co-authored-by: olg <x>
2020-06-15 00:37:15 -03:00
..
__init__.py Add ADE7953 Support (#593) 2019-10-16 13:19:41 +02:00
ade7953.cpp ADE7953: Fix dereferencing of a null pointer (#1086) 2020-06-15 00:37:15 -03:00
ade7953.h Add ADE7953 Support (#593) 2019-10-16 13:19:41 +02:00
sensor.py Drop Python 2 Support (#793) 2019-12-07 18:28:55 +01:00