Added ESP32 side of the transceiver
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/home/dio/Desktop/ESP32-Projects/ESP32-soundtrans/bin/python
|
||||
import sys
|
||||
from numpy._configtool import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = sys.argv[0].removesuffix('.exe')
|
||||
sys.exit(main())
|
||||
Reference in New Issue
Block a user