Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit d7ba4e9

Browse files
committed
Upgrade CubeCell core to v1.4.0
1 parent df6e88a commit d7ba4e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
0 if lorawan_config.get("deveui", "CUSTOM") == "CUSTOM" else 1,
191191
),
192192
("LoraWan_RGB", 1 if lorawan_config.get("rgb", "ACTIVE") == "ACTIVE" else 0),
193+
("LORAWAN_PREAMBLE_LENGTH", lorawan_config.get("preamble_length", 8)),
193194
(
194195
"LoRaWAN_DEBUG_LEVEL",
195196
2 if debug_level == "FREQ_AND_DIO" else (1 if debug_level == "FREQ" else 0),

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"framework-arduinoasrmicro": {
3939
"type": "framework",
4040
"owner": "heltecautomation",
41-
"version": "~1.3.0",
41+
"version": "~1.4.0",
4242
"optional": true
4343
},
4444
"tool-cubecellelftool": {

0 commit comments

Comments
 (0)