mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-19 01:44:40 +00:00
ESP-NOW Transmitter
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Add Python GDB extensions
|
||||
python
|
||||
try:
|
||||
import freertos_gdb
|
||||
except ModuleNotFoundError:
|
||||
print('warning: python extension "freertos_gdb" not found.')
|
||||
end
|
Reference in New Issue
Block a user