Browse Source
Merge pull request #1699 from recrof/m5stack-m6l-build-fix
fix M5Stack Unit M6L build errors
pull/1703/head
ripplebiz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
src/helpers/esp32/SerialBLEInterface.cpp
-
variants/m5stack_unit_c6l/platformio.ini
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
#include "SerialBLEInterface.h" |
|
|
|
#include "esp_mac.h" |
|
|
|
|
|
|
|
// See the following for generating UUIDs:
|
|
|
|
// https://www.uuidgenerator.net/
|
|
|
|
|
|
|
|
@ -5,7 +5,7 @@ board_build.partitions = min_spiffs.csv ; get around 4mb flash limit |
|
|
|
build_flags = |
|
|
|
${esp32c6_base.build_flags} |
|
|
|
${sensor_base.build_flags} |
|
|
|
-I variants/M5Stack_Unit_C6L |
|
|
|
-I variants/m5stack_unit_c6l |
|
|
|
-D P_LORA_TX_LED=15 |
|
|
|
-D P_LORA_SCLK=20 |
|
|
|
-D P_LORA_MISO=22 |
|
|
|
|