Add support for containers and simulation

This commit is contained in:
2022-01-02 16:23:35 +01:00
parent 25d8c4a3bb
commit ad86a39219
7 changed files with 35 additions and 0 deletions

1
daemons/net-to-serial.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import logging
import serial
import asyncio