crownstone / bluenet

Bluenet is the in-house firmware on Crownstone hardware. Functions: switching, dimming, energy monitoring, presence detection, indoor localization, switchcraft.
https://crownstone.rocks
91 stars 62 forks source link

Use flags for all bash/python scripts in /scripts folder #34

Closed mrquincle closed 5 years ago

mrquincle commented 7 years ago

There are a lot of scripts with undocumented arguments.

Example: ./firmware.sh --command cmd --target target

mrquincle commented 5 years ago

There will be only one bluenet.sh script to combine flags for the cmake system. This will remove all other scripts.