Skip to content

0.5.4

Choose a tag to compare

@GOB52 GOB52 released this 09 Jun 07:35
· 4 commits to main since this release

Fixed

  • Fix a build error on ESP-IDF 5.0.x where the ADC oneshot clk_src and curve-fitting chan fields (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 で追加) を無条件参照していたためビルドエラーになる問題を修正。両フィールドをバージョンガードするように