fixed stuff lol

This commit is contained in:
VerstreuteSeele
2022-12-25 04:23:44 +01:00
parent 3e606d4f43
commit e1021749b3
6 changed files with 41 additions and 5 deletions
@@ -1,7 +1,7 @@
App(
appid="weather_station",
appid="Weather_Station",
name="Weather Station",
apptype=FlipperAppType.PLUGIN,
apptype=FlipperAppType.EXTERNAL,
entry_point="weather_station_app",
cdefines=["APP_WEATHER_STATION"],
requires=["gui"],
@@ -1,6 +1,6 @@
#include "weather_station_receiver.h"
#include "../weather_station_app_i.h"
#include <weather_station_icons.h>
#include <Weather_Station_icons.h>
#include <math.h>
#include <input/input.h>
@@ -1,6 +1,6 @@
#include "weather_station_receiver.h"
#include "../weather_station_app_i.h"
#include "weather_station_icons.h"
#include "Weather_Station_icons.h"
#include "../protocols/ws_generic.h"
#include <input/input.h>
#include <gui/elements.h>