Update max devices instructions.

This commit is contained in:
Koen Kanters 2019-01-29 19:54:40 +01:00 committed by GitHub
parent 56b8e4eb89
commit 5164664e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,4 @@
This build makes some alterations in order to support 44 devices and 1 router on a single CC2531 device instead of the typical ~16 devices and ~16 routers.
To build this version, follow the exact same instructions at `../../README.md` except:
- For step 5. Change it to `0x300`.
- For step 6. Use `FIRMWARE_CC2531_MAX_DEVICES` instead of `FIRMWARE_CC2531_DEFAULT`.
- For step 6. Use `FIRMWARE_CC2531_MAX_DEVICES` instead of `FIRMWARE_CC2531_DEFAULT` and go to General Options -> Stack/Heap -> Stack sizes -> and change `XDATA` to `0X300`.