Skip to content

Commit

Permalink
Update submodule reset command
Browse files Browse the repository at this point in the history
  • Loading branch information
beserge committed Feb 21, 2024
1 parent 6085a8b commit 41f6e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
- Very minor bugfix in CpuLoadMeter_gtest.cpp so that a number would no longer overflow when bitshifting left

### Migrating
- Updating an existing libDaisy install via `git pull` will require you to run `git submodule update` before it will compile.
- Updating an existing libDaisy install via `git pull` will require you to run `git restore . --recurse-submodules` before it will compile.
- Note, this will also undo any local changes you may have to the library. Make sure to stash those!
- If you clone a fresh copy of libDaisy with `git clone https://www.github.com/electro-smith/libDaisy --recurse-submodules`, this will not be necessary
- Breaking changes:
- `GPIO::Mode::OUTPUT_OD` renamed to `GPIO::Mode::OPEN_DRAIN` due to a name conflict collision
Expand Down

0 comments on commit 41f6e9c

Please sign in to comment.