mirror of
https://github.com/skoelle/m5stack-dashboard.git
synced 2026-09-18 09:00:24 +00:00
5 lines
149 B
C++
5 lines
149 B
C++
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) - MIT License
|
|
#pragma once
|
|
|
|
void renderWeatherDetailScreen(bool forceRefresh = false);
|