esp32_nat_router
esp32_nat_router copied to clipboard
How to use esp32_nat_router as a library and how to use gpio with it and how to use other libraries with esp32_nat_router.
How to use esp32_nat_router as a library and how to use gpio with it and how to use other libraries with esp32_nat_router.
The esp32_nat_router is an application project for ESP32 devices that uses ESP-IDF framework, it is not a library, so it can't be used as a library.
Regarding how to use GPIO and other libraries in a project, this is a generic question and the generic response is: learn about ESP-IDF.
Regards.