Browse Source

add 1M flash size firmware in compile_development

pull/373/head
Sven Naumann 2 years ago
committed by GitHub
parent
commit
d10a1bd4ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/compile_development.yml

2
.github/workflows/compile_development.yml

@ -41,7 +41,7 @@ jobs:
working-directory: tools/esp8266/html
run: python convert.py
- name: Run PlatformIO
run: pio run -d tools/esp8266 --environment esp8266-release --environment esp32-wroom32-release
run: pio run -d tools/esp8266 --environment esp8266-release --environment esp8266-1m-release --environment esp32-wroom32-release
- name: rename-binary-files
id: rename-binary-files
working-directory: tools/esp8266/scripts

Loading…
Cancel
Save