diff --git a/coordinator/CC2530/bin/CC2530ZNP-Prod_20190109.zip b/coordinator/CC2530/bin/CC2530ZNP-Prod_20190109.zip deleted file mode 100644 index f663937..0000000 Binary files a/coordinator/CC2530/bin/CC2530ZNP-Prod_20190109.zip and /dev/null differ diff --git a/coordinator/CC2530_CC2591/bin/CC2530_CC2591ZNP-Prod_20190109.zip b/coordinator/CC2530_CC2591/bin/CC2530_CC2591ZNP-Prod_20190109.zip deleted file mode 100644 index 9f206ab..0000000 Binary files a/coordinator/CC2530_CC2591/bin/CC2530_CC2591ZNP-Prod_20190109.zip and /dev/null differ diff --git a/coordinator/CC2531/alternatives/max_devices/bin/CC2531ZNP-Prod_20181224.zip b/coordinator/CC2531/alternatives/max_devices/bin/CC2531ZNP-Prod_20181224.zip deleted file mode 100644 index 1349c62..0000000 Binary files a/coordinator/CC2531/alternatives/max_devices/bin/CC2531ZNP-Prod_20181224.zip and /dev/null differ diff --git a/coordinator/CC2531/bin/CC2531ZNP-Prod_20190109.zip b/coordinator/CC2531/bin/CC2531ZNP-Prod_20190109.zip deleted file mode 100644 index 40bd1c2..0000000 Binary files a/coordinator/CC2531/bin/CC2531ZNP-Prod_20190109.zip and /dev/null differ diff --git a/coordinator/CC2531/bin/CC2531ZNP-Prod_20190215.zip b/coordinator/CC2531/bin/CC2531ZNP-Prod_20190215.zip new file mode 100644 index 0000000..296b6e8 Binary files /dev/null and b/coordinator/CC2531/bin/CC2531ZNP-Prod_20190215.zip differ diff --git a/coordinator/CHANGELOG.md b/coordinator/CHANGELOG.md new file mode 100644 index 0000000..fe92177 --- /dev/null +++ b/coordinator/CHANGELOG.md @@ -0,0 +1,2 @@ +# 20190215 +- Re-flash firmware without having to repair devices. \ No newline at end of file diff --git a/coordinator/firmware.patch b/coordinator/firmware.patch index 656ee28..63a372e 100644 --- a/coordinator/firmware.patch +++ b/coordinator/firmware.patch @@ -34,11 +34,11 @@ index 35aae57..176a2ae 100644 diff --git a/Components/mt/revision_info.h b/Components/mt/revision_info.h new file mode 100644 -index 0000000..0a62cce +index 0000000..47b5e73 --- /dev/null +++ b/Components/mt/revision_info.h @@ -0,0 +1 @@ -+#define CODE_REVISION_NUMBER 20190109 ++#define CODE_REVISION_NUMBER 20190215 \ No newline at end of file diff --git a/Components/stack/nwk/nwk_globals.c b/Components/stack/nwk/nwk_globals.c index 20df18e..15c9cbb 100644 @@ -59,6 +59,19 @@ index 20df18e..15c9cbb 100644 // 1-255 (0 -> 256) X RTG_TIMER_INTERVAL // A known shortcoming is that when a message is enqueued as "hold" for a +diff --git a/Components/stack/zdo/ZDApp.c b/Components/stack/zdo/ZDApp.c +index 242be04..cca4781 100644 +--- a/Components/stack/zdo/ZDApp.c ++++ b/Components/stack/zdo/ZDApp.c +@@ -3463,7 +3463,7 @@ void ZDApp_NVUpdate( void ) + */ + uint16 ZDApp_CoordStartPANIDConflictCB( uint16 panid ) + { +- return ( panid + 1 ); ++ return ( panid ); + } + + /********************************************************************* diff --git a/Projects/zstack/ZMain/TI2530ZNP/OnBoard.c b/Projects/zstack/ZMain/TI2530ZNP/OnBoard.c index 7c6c77e..b49a5ca 100644 --- a/Projects/zstack/ZMain/TI2530ZNP/OnBoard.c