Added ESP32 side of the transceiver

This commit is contained in:
Denakosg945
2026-06-04 17:01:14 +03:00
parent bcf7bede0f
commit fa830b2c37
2303 changed files with 497306 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/home/dio/Desktop/ESP32-Projects/ESP32-soundtrans/bin/python
import sys
from numpy.f2py.f2py2e import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())