Browse Source
Merge pull request #1808 from callum5892/dev
Added build flags for M5Stack Unit C6L
pull/1813/head
Liam Cottle
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
variants/m5stack_unit_c6l/platformio.ini
|
|
@ -94,6 +94,8 @@ build_flags = ${M5Stack_Unit_C6L.build_flags} |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
|
|
-D ARDUINO_USB_CDC_ON_BOOT=1 |
|
|
|
|
|
-D ARDUINO_USB_MODE=1 |
|
|
build_src_filter = ${M5Stack_Unit_C6L.build_src_filter} |
|
|
build_src_filter = ${M5Stack_Unit_C6L.build_src_filter} |
|
|
+<helpers/esp32/*.cpp> |
|
|
+<helpers/esp32/*.cpp> |
|
|
-<helpers/esp32/ESPNOWRadio.cpp> |
|
|
-<helpers/esp32/ESPNOWRadio.cpp> |
|
|
|