Closed alexrudd2 closed 1 year ago
Closes #124 ... mostly.
The CLI will still throw an error (throw new Error("TODO")), but it will at least print the firmware version before doing so.
throw new Error("TODO")
❯ npx . --firmware-version EBBv13_and_above EB Firmware Version 2.8.1 /Users/a.ruddick/Documents/github/saxi/dist/server/ebb.js:73 throw new Error("TODO");
Working as described above, for me. 👍🏻
Closes #124 ... mostly.
The CLI will still throw an error (
throw new Error("TODO")
), but it will at least print the firmware version before doing so.