Skip to content

Commit

Permalink
Berry/Zigbee auto import zigbee (#20543)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Jan 19, 2024
1 parent 860f385 commit 1eb1025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasmota/tasmota_xdrv_driver/xdrv_52_7_berry_embedded.ino
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ const char berry_prog[] =
"import solidify "
#endif

#ifdef USE_ZIGBEE
"import zigbee "
#endif

#ifdef USE_MATTER_DEVICE
"import matter "
"global.matter_device = matter.Device() "
Expand Down

0 comments on commit 1eb1025

Please sign in to comment.