Skip to content
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

refactor code to run on modern frameworks #51

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try EmbUI from testing
  • Loading branch information
vortigont committed Oct 29, 2024
commit adde7ce09a805bb2432e83115ef548028a8a0acf
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ src_build_unflags =
-std=gnu++11
lib_deps =
vortigont/pzem-edl @ ~1.2
vortigont/EmbUI @ ~4.0.1
; vortigont/EmbUI @ ~4.0.1
https://github.com/vortigont/EmbUI.git#hdr
; https://github.com/vortigont/EmbUI.git#v3.1
lib_ignore =
ESPAsyncTCP
Expand Down