mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
#pragma once
|
||||
#include <string_view>
|
||||
|
||||
namespace common {
|
||||
|
||||
inline constexpr std::string_view FirmwareVersion = "V0.11";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user