minor edits to see the GPIO pins on ESP32-C6-WROOM-1#13
minor edits to see the GPIO pins on ESP32-C6-WROOM-1#13shailensobhee wants to merge 16 commits intocjkas:mainfrom
Conversation
|
Where did you found this UNK13? In logs ? This seems like detection problem. |
I see I'm also trying to dig where this comes from. |
…ard-coding in js/html/cpp files
|
updated code logic to pick FW/App version from appversion under data-src instead of hardcoded app/fw versions from js/html/cpp files. |
|
I've fixed the bkp bug here #17 and the versioning within the build scripts. |
|
Merged your new edits from the last few days, placed back the improvements on top of your updates. Can we now check if the PR is building? |
.github/workflows/ci.yaml
Outdated
| @@ -0,0 +1,51 @@ | |||
| name: ESPSomfy-RTS | |||
There was a problem hiding this comment.
Can we stick to just one build.yaml in the main repo? Adding a second ci.yaml is harder to maintain. I've unified everything to use one build.yaml for both PR builds and release builds to prevent issues where a PR passes but the release build fails because it's testing different steps.
There was a problem hiding this comment.
Sure. We proceed with build.yaml
|
PS: I'm travelling and back in 4 days. I'll make the necessary edits and update the PR when I'm back. |
|
I've approved and solved some conflicts with my changes. It's waiting for merge. |



I tested your new C6-build on the
ESP32-C6-WROOM-1board (more precisely,ESP32-C6-DevKitC-1-N4and it works :) There were some minor issues which I am not sure yet why.The board I purchased is this one: link
First, my board is listed as
ESP32-UNK13. I expected C6 instead of UNK13. Do you know why could htat be so?Also a few questions: In the partitions, you have app0, app1 - Are you putting anything in the app1 partition? Since there is only the
ESPSomfy-RTSapp running, maybe taking most of the space would be better? Or you use one partition for OTA updates?Also, when checking " Enable Radio" and then clicking "Save Radio" , the index.js file bugs out at the line below, which the page stuck with the spinning spinner. Since I wasn't sure if the Pins where being saved, I hardcoded the right GPIO pins in
Somfy.cpp. Also, since somehow my c6 board is not recognised as a c6 board (rather, UNK13), I had to modify theindex.jsfile PinMaps so that I could see all the GPIO pins to select.