mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 12:16:42 +00:00
Move tft driver to drv/tft
This commit is contained in:
parent
ca920eff2d
commit
a3fa04db62
@ -9,7 +9,7 @@
|
||||
#include "display/monitor.h"
|
||||
#include "indev/mouse.h"
|
||||
|
||||
#include "drv/tft_driver.h"
|
||||
#include "drv/tft/tft_driver.h"
|
||||
#include "tft_driver_sdl2.h"
|
||||
|
||||
#include "dev/device.h"
|
@ -5,7 +5,7 @@
|
||||
#include "hasplib.h"
|
||||
|
||||
#include "dev/device.h"
|
||||
#include "drv/tft_driver.h"
|
||||
#include "drv/tft/tft_driver.h"
|
||||
|
||||
//#include "hasp_gui.h"
|
||||
|
||||
@ -824,6 +824,9 @@ void dispatch_reboot(bool saveConfig)
|
||||
#if HASP_USE_MQTT > 0 && defined(ARDUINO)
|
||||
mqttStop(); // Stop the MQTT Client first
|
||||
#endif
|
||||
#if HASP_USE_TELNET > 0
|
||||
telnetStop();
|
||||
#endif
|
||||
#if HASP_USE_CONFIG > 0
|
||||
debugStop();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user