Skip to content

Commit

Permalink
ESP32: Update to support 1.0.0 board defs
Browse files Browse the repository at this point in the history
  • Loading branch information
tekka007 committed Aug 5, 2018
1 parent 2badd59 commit 4e8883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/arduino.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def buildESP8266(config, sketches, String key) {
}

def buildESP32(config, sketches, String key) {
def fqbn = '-fqbn espressif:esp32:esp32:PartitionScheme=default,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none -warnings=default'
def fqbn = '-fqbn=espressif:esp32:esp32:PSRAM=disabled,PartitionScheme=default,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none -warnings=default'
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (ESP32 - '+key+')', 'Building...', '${BUILD_URL}flowGraphTable/')
try {
for (sketch = 0; sketch < sketches.size(); sketch++) {
Expand Down

0 comments on commit 4e8883f

Please sign in to comment.