Berry/Zigbee auto import zigbee (#20543)

This commit is contained in:
s-hadinger 2024-01-19 13:28:12 +01:00 committed by GitHub
parent 860f3857d5
commit 1eb1025c18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() "