mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-01-16 19:11:18 +01:00
Update readme
This commit is contained in:
parent
058916efa3
commit
03fd576975
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user