mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01:00
Run post scripts for factory binaries for flashing (#3003)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
@@ -290,6 +290,11 @@ def copy_src_tree():
|
||||
|
||||
copy_files()
|
||||
|
||||
elif CORE.is_esp8266:
|
||||
from esphome.components.esp8266 import copy_files
|
||||
|
||||
copy_files()
|
||||
|
||||
|
||||
def generate_defines_h():
|
||||
define_content_l = [x.as_macro for x in CORE.defines]
|
||||
|
Reference in New Issue
Block a user