# ChangeLog ## v0.7.0 - 2025-03-28 * Change noise_p and noise_n from single values to per-channel arrays ## v0.6.2 - 2025-03-26 * Support IDF 5.4 ## v0.6.1 - 2025-03-25 * Make calibration times configurable ## v0.6.0 - 2025-03-24 * Support ESP32 ## v0.5.3 - 2025-03-10 * Make negative logic configurable, set NULL to not use it ## v0.5.2 - 2025-02-28 * Support set Max and Min limits to 0, which means no limit ## v0.5.1 - 2025-02-18 * Fix build with libs ## v0.5.0 - 2025-02-17 * Report data value in fsm_state_cb_t callback ## v0.4.0 - 2025-01-23 * Refactor test code ## v0.3.1 - 2025-01-19 * fix library import bug ## v0.2.0 - 2025-01-18 * fix multiple channels bug * fix printf bug * support for linux testing * support for simulation analysis ## v0.1.0 - 2024-12-27 * Add Initial version of the touch sensor FSM
idf.py add-dependency "espressif/touch_sensor_fsm^0.7.0"