mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-27 14:17:14 +02:00
esp8266 build, change config options
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -36,10 +36,10 @@ jobs:
|
|||||||
echo -en "::set-output name=matrix::"
|
echo -en "::set-output name=matrix::"
|
||||||
echo -en "["
|
echo -en "["
|
||||||
|
|
||||||
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,dbg=Serial1
|
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Serial1,lvl=SSL,wipe=none,baud=115200
|
||||||
echo -en ","
|
echo -en ","
|
||||||
|
|
||||||
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80
|
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,ResetMethod=nodemcu,CrystalFreq=26,FlashFreq=80,FlashMode=qio,eesz=4M2M,led=2,sdk=nonosdk_190703,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200
|
||||||
echo -en ","
|
echo -en ","
|
||||||
|
|
||||||
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80
|
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80
|
||||||
@ -161,11 +161,12 @@ jobs:
|
|||||||
|
|
||||||
- name: config IDE
|
- name: config IDE
|
||||||
run: |
|
run: |
|
||||||
|
set +x
|
||||||
export DISPLAY=:1.0
|
export DISPLAY=:1.0
|
||||||
export PATH="$HOME/arduino_ide:$PATH"
|
export PATH="$HOME/arduino_ide:$PATH"
|
||||||
arduino --board $BOARD --save-prefs
|
arduino --board $BOARD --save-prefs
|
||||||
arduino --get-pref sketchbook.path
|
arduino --get-pref sketchbook.path
|
||||||
arduino --pref update.check=false
|
|
||||||
|
|
||||||
- name: build example
|
- name: build example
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
Reference in New Issue
Block a user