Sharing UF2 Files #830
-
I was going to upload some UF2 files as part of a GitHub release, since it makes updates easy for the users, and while quickly searching through one in a hex editor, I noticed it gave two full paths:
Is there a way to remove these when generating the UF2? Anything else I should worry about? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
They're just strings and not going to introduce any dependencies on those paths, of course. Not sure why you're worried, but it's not a big deal to remove them. They come from |
Beta Was this translation helpful? Give feedback.
They're just strings and not going to introduce any dependencies on those paths, of course. Not sure why you're worried, but it's not a big deal to remove them.
They come from
assert()
s in the code. Use Tools->Debug Level->NDEBUG and rebuild and they should go away.