mirror of
https://github.com/skoelle/m5stack-dashboard.git
synced 2026-09-17 16:50:23 +00:00
10 lines
174 B
C++
10 lines
174 B
C++
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) - MIT License
|
|
#pragma once
|
|
|
|
enum class ScreenId {
|
|
HOME,
|
|
WEATHER_DETAIL,
|
|
CALENDAR_DETAIL,
|
|
MVG
|
|
};
|