Added rnodeconf autoinstaller support for XIAO ESP32S3 boards

This commit is contained in:
Mark Qvist
2025-04-13 03:42:47 +02:00
parent df85beac3e
commit 9d2456500a
2 changed files with 16 additions and 9 deletions

View File

@@ -23,6 +23,7 @@
import os
import glob
import RNS.Interfaces.Android
import RNS.Interfaces.util
import RNS.Interfaces.util.netinfo as netinfo
py_modules = glob.glob(os.path.dirname(__file__)+"/*.py")