nerves-keyboard / xebow

Firmware for the Keybow written in Elixir
40 stars 10 forks source link

Make xebow work with updated nerves_system_keybow system image, bump deps #143

Closed dhedlund closed 2 years ago

dhedlund commented 2 years ago

~_This PR is still waiting on the release of a new system image, but should work locally in combination with https://github.com/nerves-keyboard/nerves_system_keybow/pull/1._~

Changes to the xebow repo to support updates to the nerves_system_keybow image. All nerves and dev related dependencies that required no additional changes were also bumped.

Due to the amount of Phoenix/LiveView changes needed, updates to those depedencies will be addressed in a separate PR. The implicit :plug dependency cannot be updated independently due to incompatibilites, which breaks selecting options like direction and speed in the LiveView UI.