feat(firmware): add FW_VERSION constant

This commit is contained in:
2026-05-11 06:44:59 -07:00
parent 56fc58b843
commit 81dc96b100
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
#pragma once
#define FW_VERSION "1.0.0"