Replies: 1 comment 2 replies
-
|
Hmm, lots of changes between those two versions, mainly refactoring ... so, many chances for me to mess something up :) Most likely culprits are:
Otherwise I don't see anything obvious, are there any hints in the compile log? Can you try to checkout the repo to a new, clean folder ... just to make sure there is no residue from any previous builds? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
So, my project that i have been working on that uses your 1.3.1 release still works perfectly fine. I can edit it and compile it just fine.
I wanted to migrate those changes over to your current, 1.4.1 build. However, no matter how little of changes i make, if any, i can't seem to get it to compile right. The board will flash the firmware, but won't ever show up as a device, no OSD, no trigger response, nothing.
If i flash your binary .u2f file that you link to, that at least flashes and reboots then the OSD shows up (navigation buttons, etc don't work, but that's expected since i haven't changed anything in the global file yet.
however, if i download the code, and open it in VS and compile it (no changes made at all), it will compile without error, but then, when, when i flash it, it goes back to the unresponsive state.
I am using the XIAO 2040 board.
just hoping you could help shed some light on that so i can continue to update to your latest release as the base.
Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions