Added ESP8266/ESP32 integration (closes )

This commit is contained in:
Fabio Manganiello 2020-01-17 21:15:27 +01:00
parent 02607bae97
commit c3c88b23fe
10 changed files with 1827 additions and 0 deletions

View file

@ -277,5 +277,7 @@ setup(
'sys': ['py-cpuinfo', 'psutil'],
# Support for nmap integration
'nmap': ['python-nmap'],
# Support for ESP8266/ESP32 Micropython integration
'esp': ['websocket-client'],
},
)