Mise à jour de 'gitea_ci.json'

Added the lib folder setting which tells the ci where to look for the libraries when building the binary.
This commit is contained in:
Th3maz1ng 2021-09-28 09:24:45 +02:00
parent a9c371f1c1
commit b16f103948

View File

@ -1,5 +1,6 @@
{
"builder": "arduino-cli",
"fqbn": "esp8266:esp8266:nodemcuv2",
"source_folder": ["src/tests/"]
"source_folder": ["src/tests/"],
"library_folder": ["src/libs"]
}