Skip to content

Commit

Permalink
Update platformio_override.sample.ini
Browse files Browse the repository at this point in the history
fixed back U8g2 version
  • Loading branch information
ingDIY authored Oct 29, 2024
1 parent dcfdca6 commit fa053b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ build_flags =

lib_deps =
${esp32.lib_deps}
U8g2
U8g2@~2.34.4
Wire

1 comment on commit fa053b7

@Juaneitor3000
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, im triying to use four line display mod and it works if i use U8g2@~2.35.30 but if i use the encoder MOD it doesnt work. code compiles but the esp32 C3 stuck at boot. Do you know where could be the problem?

Please sign in to comment.