mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Remove haspTouch.loop()
This commit is contained in:
parent
287f1f1e0b
commit
2250a36d0d
@ -17,8 +17,8 @@ class BaseTouch {
|
||||
public:
|
||||
void init(int w, int h)
|
||||
{}
|
||||
void loop()
|
||||
{}
|
||||
// void loop()
|
||||
// {}
|
||||
void show_info()
|
||||
{}
|
||||
void set_rotation(uint8_t rotation)
|
||||
|
@ -363,8 +363,7 @@ IRAM_ATTR void guiLoop(void)
|
||||
#endif
|
||||
|
||||
#if !(defined(WINDOWS) || defined(POSIX))
|
||||
// drv_touch_loop(); // update touch
|
||||
haspTouch.loop();
|
||||
// haspTouch.loop();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user