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

Unable to compile latest firmware Knomi V2 #51

Open
rahsaankcole opened this issue Dec 24, 2023 · 9 comments
Open

Unable to compile latest firmware Knomi V2 #51

rahsaankcole opened this issue Dec 24, 2023 · 9 comments

Comments

@rahsaankcole
Copy link

image

@rahsaankcole rahsaankcole changed the title Unable to compile latest firmware Unable to compile latest firmware Knomi V2 Dec 24, 2023
@LovesDonuts
Copy link

can confirm. on latest commit something is broken

@thijstriemstra
Copy link

thijstriemstra commented Dec 30, 2023

Use 2.1.1 release to fix it: AsyncTCP=esphome/AsyncTCP-esphome@^2.1.1

so use (something like) this in platformio.ini:

lib_deps    =
              LIS2DW12=https://github.com/stm32duino/LIS2DW12/archive/refs/tags/2.1.0.zip
              Adafruit_SHT4X=https://github.com/adafruit/Adafruit_SHT4X/archive/refs/tags/1.0.3.zip
              lvgl=https://github.com/lvgl/lvgl/archive/refs/tags/v8.3.11.zip
              bblanchon/ArduinoJson@^6.19.4
              TFT_eSPI=https://github.com/Bodmer/TFT_eSPI/archive/refs/tags/v2.5.0.zip
              ; https://github.com/me-no-dev/ESPAsyncWebServer.git
              ; https://github.com/ayushsharma82/AsyncElegantOTA.git
              ottowinter/ESPAsyncWebServer-esphome @ ^3.1.0
              https://github.com/bigtreetech/AsyncElegantOTA.git
              AsyncTCP=esphome/AsyncTCP-esphome@^2.1.1

@BoothyBoothy
Copy link

BoothyBoothy commented Jan 11, 2024

I had these errors when attempting to compile. I have had compilation errors when trying to compile to both a V1 & a V2 Knomi displays. Shame the PR merge just before Christmas seems to have fixed all the homing\knomi status problems in the V2 but the same firmware would not install on to the V1 display.
Screenshot 2024-01-11 140409

@thijstriemstra
Copy link

I had these errors when attempting to compile. I

I also ran into that issue, seems it's broken with 6.5.0 platform so use 6.4.0 instead:

@BoothyBoothy
Copy link

I also ran into that issue, seems it's broken with 6.5.0 platform so use 6.4.0 instead

Thank you, I will give it a try later

@BoothyBoothy
Copy link

Thank you again, that worked to an extent but now get the error you previously commented on in the thrtead. I am really still not quite sure how you implement the suggested PR? Is it simply a matter of copying the lib_deps info to a specific file? I could not see an obvious place to paste? Thanks again Boothy
Screenshot 2024-01-11 183344

@thijstriemstra
Copy link

thijstriemstra commented Jan 11, 2024

put url in lib_deps in platformio.ini like I showed in comment above: #51 (comment)

@BoothyBoothy
Copy link

Thank you thank you........I was being really thick there:) Has now complied successfully!

@mkryuchkov
Copy link

mkryuchkov commented May 26, 2024

I also ran into that issue, seems it's broken with 6.5.0 platform so use 6.4.0 instead:

@thijstriemstra , you saved my day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants