8000 esp8266 build, change config options · smartcoder00/arduinoWebSockets@1fb67c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fb67c8

Browse files
committed
esp8266 build, change config options
1 parent 3073c15 commit 1fb67c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
echo -en "::set-output name=matrix::"
3737
echo -en "["
3838
39-
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,dbg=Serial1
39+
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
4040
echo -en ","
4141
42-
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80
42+
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
4343
echo -en ","
4444
4545
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80
@@ -161,11 +161,12 @@ jobs:
161161
162162
- name: config IDE
163163
run: |
164+
set +x
164165
export DISPLAY=:1.0
165166
export PATH="$HOME/arduino_ide:$PATH"
166167
arduino --board $BOARD --save-prefs
167168
arduino --get-pref sketchbook.path
168-
arduino --pref update.check=false
169+
169170
170171
- name: build example
171172
timeout-minutes: 20

0 commit comments

Comments
 (0)
0