Added my own made CI config file in order to build the firmware upon commits

This commit is contained in:
anschrammh 2022-04-12 00:14:40 +02:00
parent 43b4f78243
commit f1d6fddd0d

6
gitea_ci.json Normal file
View 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/"]
}