Trying to figure out esp8266 wifi reconnect

This commit is contained in:
Gunnar Skjold
2021-12-05 12:07:20 +01:00
parent 76f8e2c343
commit cbd2ab4a7a
5 changed files with 25 additions and 38 deletions

View File

@@ -1,7 +1,4 @@
#include "HwTools.h"
#if defined(ESP8266)
ADC_MODE(ADC_VCC);
#endif
void HwTools::setup(GpioConfig* config, AmsConfiguration* amsConf) {
this->config = config;