File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ platformio ci --board esp32dev libraries/WiFi/examples/WiFiClient && \
4848platformio ci --board esp32dev libraries/WiFiClientSecure/examples/WiFiClientSecure &&  \
4949platformio ci --board esp32dev libraries/BluetoothSerial/examples/SerialToSerialBT &&  \
5050platformio ci --board esp32dev libraries/BLE/examples/BLE_server &&  \
51- platformio ci --board esp32dev libraries/AzureIoT/examples/GetStarted
51+ platformio ci --board esp32dev libraries/AzureIoT/examples/GetStarted &&  \
52+ platformio ci --board esp32dev libraries/ESP32/examples/Camera/CameraWebServer --project-option=" board_build.partitions = huge_app.csv" 
5253if  [ $?  -ne  0 ];  then  exit  1;  fi 
5354echo  -e " travis_fold:end:platformio_test" 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments