From 3b6c5604676056250e7da6297e5aa937129dbf5f Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 24 Sep 2019 12:28:29 -0400 Subject: [PATCH] Updated Zigbee (markdown) --- Zigbee.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zigbee.md b/Zigbee.md index e2b90eb7..df2f32d4 100644 --- a/Zigbee.md +++ b/Zigbee.md @@ -162,8 +162,8 @@ Additional References: - [Koen Kanters](https://github.com/Koenkk) [Z-Stack CC2530 firmware files](https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_Home_1.2/bin/default). - There are many tutorials online on how to flash a CC2530 with a dedicated [CC_DEBUGGER](https://www.aliexpress.com/item/32869263224.html). -## 2. Flash the ESP82xx Device with Z2T Tasmota -Once the CC2530 flashing process completes, flash the ESP82xx device with the Z2T firmware. +## 2. Flash an ESP82xx Device with Z2T Tasmota +Once the CC2530 flashing process completes, you can re-use that ESP82xx device by flashing it with the Z2T firmware. Otherwise, you can use any ESP82xx device. - [Compile Tasmota](Flashing#flashing-and-compiling-from-source) with `#define USE_ZIGBEE` in `user_config_override.h` - Follow the usual [Tasmota flashing process](Flashing)