mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
add 1M flash size firmware in compile_development
This commit is contained in:
parent
62dc51b460
commit
d10a1bd4ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compile_development.yml
vendored
2
.github/workflows/compile_development.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
working-directory: tools/esp8266/html
|
working-directory: tools/esp8266/html
|
||||||
run: python convert.py
|
run: python convert.py
|
||||||
- name: Run PlatformIO
|
- 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
|
- name: rename-binary-files
|
||||||
id: rename-binary-files
|
id: rename-binary-files
|
||||||
working-directory: tools/esp8266/scripts
|
working-directory: tools/esp8266/scripts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue