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"

View File

@@ -10,6 +10,7 @@
#include "reporter.h"
#include "event_log.h"
#include "net_guard.h"
#include "version.h"
#include <esp_system.h>
#include <esp_task_wdt.h>