Closed cnlohr closed 3 years ago
Your rawdraw is pointing to https://github.com/cntools/rawdraw/commit/0e95ed8c3c0ebaf7dcc65c0e9efb33aebf5502b0
which is older than the 0.9-stable
tag you made: https://github.com/cntools/rawdraw/commit/3bb96db85d7fd6812f5cfb935ff63c80af75db55
Could you update that submodule reference as well? I can also fix these up after accepting the PR, if that's easier.
@cnlohr, I don't know what you are doing with submodules. Your swadge project points to this commit with zero changes: https://github.com/AEFeinstein/ESP-Asset-Packer/commit/6ef85c8839f54dd978ae67861072a98b58f2c68e
Unless you made some other change to the asset packet, it should point to: https://github.com/AEFeinstein/ESP-Asset-Packer/commit/a04d9062cd07343841b187424ae205bb9a0ce2db I think the easiest way to fix this is to
cd
intoESP-Asset-Packer
,git checkout master
,git pull
, and commit the changes from theSuper-2021-Swadge-FW-Sandbox
folder.