esp-wifi icon indicating copy to clipboard operation
esp-wifi copied to clipboard

20 timer callback slots may not be enough for C6

Open bugadani opened this issue 1 year ago • 3 comments

I'm getting this error:

[WARN] - Failed to set timer function 40824b98

The set of features I have enabled on esp-wifi are as follows, so I don't have BLE and coex enabled (meaning the library should be limited to 20 timers)

features = [
    "phy-enable-usb",
    "ps-max-modem",
    "wifi",
    "async",
    "embassy-net",
    "tcp",
    "dns",
    "ipv4",
    "dhcpv4"
]

bugadani avatar Dec 05 '23 17:12 bugadani