mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 20:10:40 +08:00
add missing flags for 1.8.0
This commit is contained in:
parent
32a6876500
commit
87238f0b21
@ -20,6 +20,14 @@ before_script:
|
||||
- git clone https://github.com/esp8266/Arduino.git esp8266
|
||||
- cd esp8266/tools
|
||||
- python get.py
|
||||
- cd ..
|
||||
- touch pt.txt
|
||||
- echo 'build.flash_ld=eagle.flash.4m.ld' >> pt.txt
|
||||
- echo 'build.flash_freq=40' >> pt.txt
|
||||
- echo 'build.flash_size=4M' >> pt.txt
|
||||
- cat ./platform.txt >> pt.txt
|
||||
- rm -fr platform.txt
|
||||
- mv pt.txt platform.txt
|
||||
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user