ESP-NOW Transmitter

This commit is contained in:
2025-06-18 00:40:10 -04:00
parent b285a2c227
commit 8cb72c96e5
96 changed files with 18881 additions and 915 deletions

View File

@@ -0,0 +1,7 @@
# Add Python GDB extensions
python
try:
import freertos_gdb
except ModuleNotFoundError:
print('warning: python extension "freertos_gdb" not found.')
end