lincomatic / open_evse

Firmware for Open EVSE
GNU General Public License v3.0
114 stars 161 forks source link

Various cleanups while exploring the code #126

Closed toofishes closed 3 years ago

toofishes commented 3 years ago

EvseReset() is defined in the same file that uses it, and it is used further down the file, so there is no need for the early declaration.

I noticed a open_evse-D460.hex file that was likely checked in by accident, so I've removed this, as well as a few other *.exe files that are likely outdated and don't need to be in the repository, as they can be built from source.