File indexing completed on 2024-05-12 15:31:21

0001 // SPDX-License-Identifier: LGPL-2.1-or-later
0002 //
0003 // SPDX-FileCopyrightText: 2009 Bastian Holst <bastianholst@gmx.de>
0004 //
0005 
0006 
0007 #ifndef WEATHERGLOBAL_H
0008 #define WEATHERGLOBAL_H
0009 
0010 // Configuration defaults
0011 const bool showConditionDefault = true;
0012 const bool showTemperatureDefault = true;
0013 const bool showWindDirectionDefault = false;
0014 const bool showWindSpeedDefault = false;
0015 
0016 #endif // WEATHERGLOBAL_H