Fixes and improvements (#559)

- **Fixes**
  - Added missing Wi-Fi hardware configuration support for P4 devices.
  - Fixed build warning
  - Fixed build wrt Tab5

- **Changes**
  - M5Stack StickS3: Switched default storage location from SD to Internal
  - M5Stack StickS3: Removed DIY SD card support over SPI
  - M5Stack StickC Plus2: Removed the automatic startup of the web server
This commit is contained in:
Ken Van Hoeylandt
2026-07-10 18:19:11 +02:00
committed by GitHub
parent 0922c4d55b
commit c4406b24ba
7 changed files with 15 additions and 19 deletions
@@ -1,6 +1,6 @@
#pragma once
#include <Tactility/kernel/SystemEvents.h>
#include <Tactility/SystemEvents.h>
#include <Tactility/service/Service.h>
#include <Tactility/service/ServiceContext.h>
#include <Tactility/service/rtctime/RtcTime.h>