mirror of https://github.com/arendst/Tasmota.git
Run ESP at 160MHz
parent
abda2b0e73
commit
585e13a22e
|
@ -166,7 +166,9 @@ Additional References:
|
|||
|
||||
## 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`
|
||||
- [Compile Tasmota](Flashing#flashing-and-compiling-from-source)
|
||||
- `#define USE_ZIGBEE` in `user_config_override.h`.
|
||||
- Run the ESP at 160MHz instead of 80MHz, this ensures higher reliability in serial communication with CC2530. In `platformio.ini`, comment out `;board_build.f_cpu = 80000000L` and uncomment `board_build.f_cpu = 160000000L`.
|
||||
- Follow the usual [Tasmota flashing process](Flashing)
|
||||
|
||||
## 3. Connect the CC2530 to the Tasmota Device
|
||||
|
|
Loading…
Reference in New Issue