Fixes and improvements (#445)

- Remove unnecessary CS work-around for Cardputers
- Don't compile WifiMock when not necessary
- Fix for running apps on devices without SPIRAM
- Disable backlight dimming by default
This commit is contained in:
Ken Van Hoeylandt
2026-01-04 14:27:10 +01:00
committed by GitHub
parent 2ca8ae62fb
commit 719f7bcece
5 changed files with 14 additions and 8 deletions
@@ -1,3 +1,7 @@
#ifdef ESP_PLATFORM
#include <sdkconfig.h>
#endif
#ifndef CONFIG_ESP_WIFI_ENABLED
#include <Tactility/service/wifi/Wifi.h>