File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pi-inky-weather-epd"
3- version = " 0.5.3 "
3+ version = " 0.5.4 "
44edition = " 2021"
55authors = [" MT" ]
66description = " A weather display application for the Raspberry Pi using an EPD (e-paper display)."
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ impl Icon for DashboardError {
4848impl Description for DashboardError {
4949 fn short_description ( & self ) -> & ' static str {
5050 match self {
51- DashboardError :: NoInternet { .. } => "API unreachable → Stale Data" ,
52- DashboardError :: ApiError ( _) => "API error ➜ Stale Data" ,
51+ DashboardError :: NoInternet { .. } => "API unreachable -> Stale Data" ,
52+ DashboardError :: ApiError ( _) => "API error -> Stale Data" ,
5353 DashboardError :: IncompleteData { .. } => "Incomplete Data" ,
5454 DashboardError :: UpdateFailed ( _) => "Update failed" ,
5555 }
You can’t perform that action at this time.
0 commit comments