Open 0xFEEDC0DE64 opened 4 years ago
To get the library working on the ESP32 microcontroller with platformio, you need to have this json file inside the lib repo.
To use this lib in platformio, add the dependency in your .ini file as shown below:
[env:project1] lib_deps = https://github.com/0xFEEDC0DE64/optional.git
To get the library working on the ESP32 microcontroller with platformio, you need to have this json file inside the lib repo.
To use this lib in platformio, add the dependency in your .ini file as shown below: