File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 cp Firmware/BlueSMiRF_Partitions.csv /home/runner/.arduino15/packages/esp32/hardware/esp32/2.0.11/tools/partitions/BlueSMiRF_Partitions.csv
7171
7272 - name : Compile Sketch
73- run : arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=${{ env.DEBUG_LEVEL }} ./Firmware/BlueSMiRF-v2/BlueSMiRF-v2.ino
73+ run : arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=${{ env.DEBUG_LEVEL }},PSRAM=enabled ./Firmware/BlueSMiRF-v2/BlueSMiRF-v2.ino
7474 --build-property build.partitions=BlueSMiRF_Partitions
7575 --build-property upload.maximum_size=3145728
7676 --build-property "compiler.cpp.extra_flags=\"-DBLUESMIRF_PRIVATE_REPO_TOKEN=$BLUESMIRF_PRIVATE_REPO_TOKEN\"
Original file line number Diff line number Diff line change 4646*/
4747
4848#define COMPILE_BT // Comment out to remove Bluetooth functionality
49- // #define COMPILE_WIFI // Comment out to remove WiFi functionality
49+ #define COMPILE_WIFI // Comment out to remove WiFi functionality
5050
5151// This is passed in from compiler extra flags
5252#ifndef FIRMWARE_VERSION_MAJOR
You can’t perform that action at this time.
0 commit comments