starter-interface
starter-interface copied to clipboard
A device interface for using Balena devices. It can be used to interact with your device, or as a starter project to create your own interface.
I finally got a chance to try the UI and went to use the block from balenaHub via the bh.cr URL, but noticed it's out of sync with the repo...
I moved this to next priority list as it is the last of the semi-significant refactors (famous last words, hopefully the last or one of the last at least). Requires...
**What version of this package are you using?** **What problem do you want to solve?** The column approach like the Balena Cloud uses is really unfriendly to mobile. It prevents...
Needed for Wi-Fi connect and the SDK. This is an interesting topic because it covers a number of different offline cases, I think we need to discuss what "offline" actually...
Building Electron for arm64 on a GitHub runner requires notarised apps with Apple: https://github.com/electron-userland/electron-builder/issues/5850 Requires using the much slower x64 version in the meantime.
Adds Network_MODE: host which enables python wifi connect to work out of the box :)
Currently there's an error when trying to connect to a network that isn't protected, this PR fixes that.
Minor design tweaks to make design more responsive