Files

19 lines
407 B
C++
Raw Permalink Normal View History

2026-01-08 09:18:20 +08:00
/*
* SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
#pragma once
2026-03-25 11:11:14 +08:00
#include "home_indicator/home_indicator.h"
#include "loading_page/loading_page.h"
#include "status_bar/status_bar.h"
#include "reminder/reminder.h"
#include "toast/toast.h"
2026-01-08 09:18:20 +08:00
#include <string_view>
namespace common {
2026-04-20 16:27:36 +08:00
inline constexpr std::string_view FirmwareVersion = "V" FIRMWARE_VERSION;
2026-01-08 09:18:20 +08:00
}