add flash and cpu deets to esp
This commit is contained in:
parent
6b5c4a567f
commit
7d75dd1718
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ fi
|
|||
|
||||
# associative array for the platforms that will be verified in build_main_platforms()
|
||||
# this will be eval'd in the functions below because arrays can't be exported
|
||||
export MAIN_PLATFORMS='declare -A main_platforms=( [uno]="arduino:avr:uno" [due]="arduino:sam:arduino_due_x" [zero]="arduino:samd:zero" [esp8266]="esp8266:esp8266:huzzah" [leonardo]="arduino:avr:leonardo" )'
|
||||
export MAIN_PLATFORMS='declare -A main_platforms=( [uno]="arduino:avr:uno" [due]="arduino:sam:arduino_due_x" [zero]="arduino:samd:zero" [esp8266]="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80" [leonardo]="arduino:avr:leonardo" )'
|
||||
|
||||
# associative array for other platforms that can be called explicitly in .travis.yml configs
|
||||
# this will be eval'd in the functions below because arrays can't be exported
|
||||
|
|
|
|||
Loading…
Reference in a new issue