Added my own made CI config file in order to build the firmware upon commits
This commit is contained in:
parent
43b4f78243
commit
f1d6fddd0d
6
gitea_ci.json
Normal file
6
gitea_ci.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"builder": "arduino-cli",
|
||||||
|
"fqbn": "esp8266:esp8266:nodemcuv2:xtal=80,vt=flash,exception=disabled,stacksmash=enabled,ssl=basic,mmu=3232,non32xfer=fast,eesz=4M,led=2,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=921600",
|
||||||
|
"source_folder": ["src/app/"],
|
||||||
|
"library_folder": ["src/libs/"]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user