lewisxhe / XPowersLib

Arduino,CircuitPython,Micropython, esp-idf library for x-powers power management series
MIT License
71 stars 22 forks source link

esp-idf v5.3 small change #22

Closed dannybackx closed 4 months ago

dannybackx commented 4 months ago

Additional fields to take into account

victus: {3325} diff components/XPowersLib/src/XPowersCommon.{tpp,tpp.orig}
175,181d174
< #if (ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5,3,0))
<           // New fields since esp-idf-v5.3-beta1
<           .scl_wait_us = 0,
<           .flags = {
<             . disable_ack_check = 0
<           }
< #endif
lewisxhe commented 4 months ago

Fixed