mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 04:36:38 +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 "display/monitor.h"
|
||||||
#include "indev/mouse.h"
|
#include "indev/mouse.h"
|
||||||
|
|
||||||
#include "drv/tft_driver.h"
|
#include "drv/tft/tft_driver.h"
|
||||||
#include "tft_driver_sdl2.h"
|
#include "tft_driver_sdl2.h"
|
||||||
|
|
||||||
#include "dev/device.h"
|
#include "dev/device.h"
|
@ -5,7 +5,7 @@
|
|||||||
#include "hasplib.h"
|
#include "hasplib.h"
|
||||||
|
|
||||||
#include "dev/device.h"
|
#include "dev/device.h"
|
||||||
#include "drv/tft_driver.h"
|
#include "drv/tft/tft_driver.h"
|
||||||
|
|
||||||
//#include "hasp_gui.h"
|
//#include "hasp_gui.h"
|
||||||
|
|
||||||
@ -824,6 +824,9 @@ void dispatch_reboot(bool saveConfig)
|
|||||||
#if HASP_USE_MQTT > 0 && defined(ARDUINO)
|
#if HASP_USE_MQTT > 0 && defined(ARDUINO)
|
||||||
mqttStop(); // Stop the MQTT Client first
|
mqttStop(); // Stop the MQTT Client first
|
||||||
#endif
|
#endif
|
||||||
|
#if HASP_USE_TELNET > 0
|
||||||
|
telnetStop();
|
||||||
|
#endif
|
||||||
#if HASP_USE_CONFIG > 0
|
#if HASP_USE_CONFIG > 0
|
||||||
debugStop();
|
debugStop();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user