mirror of
https://github.com/TokTok/c-toxcore
synced 2026-07-29 13:59:22 +00:00
It doesn't work, because esp32 has too little RAM (320KB). DHT is a 240KB struct, so even just allocating that immediately fails. We'll need to think carefully about trimming that if we ever want this to work on embedded devices.