Update readme

This commit is contained in:
Viet Dzung 2018-08-23 20:10:35 +07:00
parent 058916efa3
commit 03fd576975

View File

@ -53,7 +53,15 @@ MAX_NEIGHBOR_ENTRIES=10
MAXMEMHEAP=3120
INCLUDE_REVISION_INFORMATION
```
7. Create `Z-Stack Home 1.2.2a.44539\Components\mt\revision_info.h` with contents `#define CODE_REVISION_NUMBER 20182308`.
5. Press OK.
6. Create `Z-Stack Home 1.2.2a.44539\Components\mt\revision_info.h` with contents `#define CODE_REVISION_NUMBER 20180507`.
7. In `NWK\nwk_globals.c` change the following constants.
```c
#define NWK_MAX_DATABUFS_WAITING 32 // Waiting to be sent to MAC
#define NWK_MAX_DATABUFS_SCHEDULED 20 // Timed messages to be sent
#define NWK_MAX_DATABUFS_CONFIRMED 20 // Held after MAC confirms
#define NWK_MAX_DATABUFS_TOTAL 48 // Total number of buffers
```
8. Right-click on *CC2530 - ProdHex** and click *Rebuild all*.
9. Once finished, you can find the `CC2530ZNP-Prod.hex` file in `Z-Stack Home 1.2.2a.44539\Projects\zstack\ZNP\CC253x\dev`.