0.5.4
Fixed
- Fix a build error on ESP-IDF 5.0.x where the ADC oneshot
clk_srcand curve-fittingchanfields (introduced in 5.1.0) were referenced unconditionally; both are now version-guarded
修正
- ESP-IDF 5.0.x で ADC oneshot の
clk_srcと curve-fitting のchanフィールド (5.1.0 で追加) を無条件参照していたためビルドエラーになる問題を修正。両フィールドをバージョンガードするように