Skip to content

Commit

Permalink
platform.ini: enforcing espressif32 v0.12.0, otherwise .elf too large
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed May 30, 2018
1 parent 73d6f30 commit 1c312bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_flags =
-include "src/paxcounter.conf"

[env:heltec]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = heltec_wifi_lora_32
monitor_speed = 115200
Expand All @@ -54,7 +54,7 @@ build_flags =
-include "src/hal/heltec.h"

[env:ttgov1]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = esp32dev
monitor_speed = 115200
Expand All @@ -66,7 +66,7 @@ build_flags =
-include "src/hal/ttgov1.h"

[env:ttgov2]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = esp32dev
monitor_speed = 115200
Expand All @@ -78,7 +78,7 @@ build_flags =
-include "src/hal/ttgov2.h"

[env:ttgov21]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = esp32dev
monitor_speed = 115200
Expand All @@ -90,7 +90,7 @@ build_flags =
-include "src/hal/ttgov21.h"

[env:fipy]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = esp32dev
monitor_speed = 115200
Expand All @@ -102,7 +102,7 @@ build_flags =
-include "src/hal/fipy.h"

[env:lopy]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = esp32dev
monitor_speed = 115200
Expand All @@ -114,7 +114,7 @@ build_flags =
-include "src/hal/lopy.h"

[env:lopy4]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = esp32dev
monitor_speed = 115200
Expand All @@ -126,7 +126,7 @@ build_flags =
-include "src/hal/lopy4.h"

[env:lolin32lite]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = lolin32
monitor_speed = 115200
Expand All @@ -138,7 +138,7 @@ build_flags =
-include "src/hal/lolin32lite_lora.h"

[env:lolin32]
platform = espressif32
platform = espressif32@0.12.0
framework = arduino
board = lolin32
monitor_speed = 115200
Expand Down

0 comments on commit 1c312bd

Please sign in to comment.