mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-01-05 22:27:34 +01:00
Fix CC2530_CC2591 and CC2530_CC2592 transmit power.
This commit is contained in:
parent
d70c4f14ad
commit
fb41e11747
@ -1,3 +1,6 @@
|
||||
# 20190507
|
||||
- CC2530_CC2591 and CC2530_CC2592 only; fix transmit power
|
||||
|
||||
# 20190425
|
||||
- Unified firmwares, only one firmware for every device
|
||||
- Increased direct children to 25 for CC2531 and 21 for CC2530
|
||||
|
Binary file not shown.
BIN
coordinator/Z-Stack_Home_1.2/bin/CC2530_CC2591_20190507.zip
Normal file
BIN
coordinator/Z-Stack_Home_1.2/bin/CC2530_CC2591_20190507.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
coordinator/Z-Stack_Home_1.2/bin/CC2530_CC2592_20190507.zip
Normal file
BIN
coordinator/Z-Stack_Home_1.2/bin/CC2530_CC2592_20190507.zip
Normal file
Binary file not shown.
@ -65,11 +65,11 @@ index 35aae57..1f8ee82 100644
|
||||
|
||||
diff --git a/Components/mt/revision_info.h b/Components/mt/revision_info.h
|
||||
new file mode 100644
|
||||
index 0000000..34b4980
|
||||
index 0000000..6f8878c
|
||||
--- /dev/null
|
||||
+++ b/Components/mt/revision_info.h
|
||||
@@ -0,0 +1 @@
|
||||
+#define CODE_REVISION_NUMBER 20190425
|
||||
+#define CODE_REVISION_NUMBER 20190507
|
||||
\ No newline at end of file
|
||||
diff --git a/Components/stack/af/AF.c b/Components/stack/af/AF.c
|
||||
index c6183b6..2b885b6 100644
|
||||
@ -270,7 +270,7 @@ index 7e524a9..6326400 100644
|
||||
+--preinclude=preinclude.h
|
||||
\ No newline at end of file
|
||||
diff --git a/Projects/zstack/ZNP/Source/znp_app.c b/Projects/zstack/ZNP/Source/znp_app.c
|
||||
index 470ff12..c2905db 100644
|
||||
index 470ff12..03392ae 100644
|
||||
--- a/Projects/zstack/ZNP/Source/znp_app.c
|
||||
+++ b/Projects/zstack/ZNP/Source/znp_app.c
|
||||
@@ -390,12 +390,23 @@ static void npInit(void)
|
||||
@ -305,7 +305,7 @@ index 470ff12..c2905db 100644
|
||||
+
|
||||
+#if defined FIRMWARE_CC2530_CC2591 || defined(FIRMWARE_CC2530_CC2592)
|
||||
+ //Add TX Setting
|
||||
+ #ifdef HAL_PA_LNA || HAL_PA_LNA_CC2592
|
||||
+ #ifdef defined HAL_PA_LNA || defined HAL_PA_LNA_CC2592
|
||||
+ ZMacSetTransmitPower(TX_PWR_PLUS_19);
|
||||
+ #else
|
||||
+ ZMacSetTransmitPower(TX_PWR_PLUS_4);
|
||||
|
Loading…
Reference in New Issue
Block a user