Skip to content

Commit 1c6d660

Browse files
committed
Enable PSRAM in workflow
1 parent 47cdf22 commit 1c6d660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-bluesmirf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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\"

Firmware/BlueSMiRF-v2/BlueSMiRF-v2.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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

0 commit comments

Comments
 (0)