-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem compiling with fresh install of VSCODE + PIO #36
Comments
dingo35
added a commit
that referenced
this issue
May 23, 2024
* Add Inverted Eastron kWh meter (#20) Co-authored-by: Hans Dingemans <spaarder@hotmail.nl> * Read and display EV meter currents and use them to limit power to MaxCircuit (#21) Co-authored-by: Hans Dingemans <spaarder@hotmail.nl> * Wifi debugging (#23) * Add RemoteDebug for debugging over wifi * Minimal code adaptions for debugging over wifi * Add instructions for debugging over wifi * Correct the default = production release * Add useful debugging comment Co-authored-by: Hans Dingemans <spaarder@hotmail.nl> * Code improvement3 (#24) * evse.cpp: fixing reconnect after wifi disconnect (#32) * evse.cpp: fixing reconnect after wifi disconnect * evse.cpp: only reconnect when in normal wifi mode * evse.cpp: improve wifi for weak signals Co-authored-by: dingo35 <spaarder@hotmail.nl> * README.md: update docs with added functionality in 1.4.0 (#30) * README.md: update docs with added functionality in 1.4.0 * README.md: wifi disconnect no longer known bug Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.h: put compiletime in debug version string (#36) Co-authored-by: dingo35 <spaarder@hotmail.nl> * index.html: make it pass validation of html checker + small layout change (#38) Co-authored-by: dingo35 <spaarder@hotmail.nl> * modbus.cpp: add debug messages for sent packets (#41) Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.cpp: fix modbus overload when loadbalance disabled (#40) * evse.cpp: fix modbus overload when loadbalance disabled * evse.cpp: More elegant solution for incrementing ModbusRequest Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.cpp, evse.h: comment out unused ChargeTimer (#37) * evse.cpp, evse.h: comment out unused ChargeTimer * evse.h, evse.cpp: remove unused ChargeTimer Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.cpp: Fix compiler warning (#44) Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.h, OneWire.cpp: introduce FAKE_RFID for debugging without an RFI… (#45) * evse.h, OneWire.cpp: introduce FAKE_RFID for debugging without an RFID reader * evse.h: extend comments on how to use FAKE_RFID Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.cpp, evse.h: read imported and exported energy from mainsmeter+e… (#39) * evse.cpp, evse.h: read imported and exported energy from mainsmeter+evmeter and feed them to the API * evse.cpp: Fix modbus bug * evse.h: Undo debug settings Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.cpp: improve PP pin debug message (#59) Co-authored-by: dingo35 <spaarder@hotmail.nl> * evse.cpp: fix meter config bug when switching modes (#60) Co-authored-by: dingo35 <spaarder@hotmail.nl> * Release/v1.4.0 merge (#52) * Pipeline build for release branches * Increased 'safety' temperature thressholds to 70 (#48) * Features/increased temp safety menu (#49) * Added max temp menu item * Added max temp menu item * Added EV Meter information * Added EV meter details on status page * Added EV meter details on status page * Refactored API textual booleans into real booleans * Hide EV/BATT widget by default Co-authored-by: Koen Serneels <ks@error.be> Co-authored-by: dingo35 <hans.dingemans@tacticalops.nl> Co-authored-by: Hans Dingemans <spaarder@hotmail.nl> Co-authored-by: Koen Serneels <ks@error.be>
Closing topic because of inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bootloader_dio_80m.elf not found, blah, blah - fixed by changing in platformio.ini :
; platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
platform = espressif32
The text was updated successfully, but these errors were encountered: