elcritch / nesper

Program the ESP32 with Nim! Wrappers around ESP-IDF API's.
Apache License 2.0
202 stars 17 forks source link

Fix wifi_example_main to work with latest version #23

Closed NickSeagull closed 8 months ago

NickSeagull commented 8 months ago

With the pointer type it wouldn't compile on Nim 2.0.2

elcritch commented 8 months ago

Thanks!