feat: sync mixly static resources, tools and sw-mixly
This commit is contained in:
9
mixly/tools/python/esptool/__main__.py
Normal file
9
mixly/tools/python/esptool/__main__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# SPDX-FileCopyrightText: 2014-2022 Fredrik Ahlberg, Angus Gratton,
|
||||
# Espressif Systems (Shanghai) CO LTD, other contributors as noted.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import esptool
|
||||
|
||||
if __name__ == "__main__":
|
||||
esptool._main()
|
||||
Reference in New Issue
Block a user