You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTC example typo: PCF8563_SimpleTime message corrected (“PCF8563” instead of “PCF85063”)
ESP-IDF touch example updated to include <TouchDrv.hpp>
Build / repo hygiene
CMakeLists.txt: removed an outdated include path entry (src/REG)
platformio.ini: updated example selection and default env tweaks (incl. flash mode adjustment for ESP32-C3 and board selection changes for ESP32-S3 config)
Deprecations / Migration Notes
SensorDRV2605.hpp has been renamed / redirected:
Now includes HapticDrivers.hpp
SensorDRV2605 is aliased to HapticDriver_DRV2605
Recommended migration:
Replace #include "SensorDRV2605.hpp" with #include "HapticDrivers.hpp"
Replace SensorDRV2605 usage with HapticDriver_DRV2605 (optional; alias exists)