From 5164664e54b8722987375fe609313ac9baab60c9 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 29 Jan 2019 19:54:40 +0100 Subject: [PATCH] Update max devices instructions. --- coordinator/CC2531/alternatives/max_devices/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coordinator/CC2531/alternatives/max_devices/README.md b/coordinator/CC2531/alternatives/max_devices/README.md index 95e98ed..0091782 100644 --- a/coordinator/CC2531/alternatives/max_devices/README.md +++ b/coordinator/CC2531/alternatives/max_devices/README.md @@ -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`.