mruettgers / SMLReader

ESP8266 based smart meter (SML) to MQTT gateway
GNU General Public License v3.0
292 stars 68 forks source link

Blinking LED: reduce the blinking frequency #7

Closed HakamSaffour closed 3 years ago

HakamSaffour commented 3 years ago

In order to minimize the power consumption of the WeMos board, it would be good to disable the blinking LED (this is already implemented in 'config.h'). It is also good to have the possibility to set the blinking frequency of the LED in 'config.h'

HakamSaffour commented 3 years ago

The LED is blinking as an indication for receiving data. No need to change anything.