esp32_nat_router icon indicating copy to clipboard operation
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.

Open NeilSayok opened this issue 3 years ago • 1 comments

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.

NeilSayok avatar May 01 '22 18:05 NeilSayok

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.

J-Rios avatar Jun 29 '22 16:06 J-Rios