OpenEVSE / ESP8266_WiFi_v2.x

ESP8266 WiFi for OpenEVSE Version 2.x
https://openevse.openenergymonitor.org
76 stars 46 forks source link

divert.cpp - typo line 192 #252

Closed lincomatic closed 4 years ago

lincomatic commented 4 years ago
        if(chargeRateSet = true) {
          DBUGF("Charge rate set to %d", charge_rate);
          pilot = charge_rate;
        }

first line should have ==

glynhudson commented 4 years ago

Thanks, fixed