Added the lib folder setting which tells the ci where to look for the libraries when building the binary.
6 lines
134 B
JSON
6 lines
134 B
JSON
{
|
|
"builder": "arduino-cli",
|
|
"fqbn": "esp8266:esp8266:nodemcuv2",
|
|
"source_folder": ["src/tests/"],
|
|
"library_folder": ["src/libs"]
|
|
} |