diff --git a/firmware/gen_default_everything.sh b/firmware/gen_default_everything.sh new file mode 100644 index 0000000000..b50809a82a --- /dev/null +++ b/firmware/gen_default_everything.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +echo "gen_enum_to_string.sh as part of everything" +./gen_enum_to_string.sh + +echo "gen_live_documentation.sh as part of everything" +./gen_live_documentation.sh