mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 01:12:01 +00:00
8 lines
161 B
Plaintext
8 lines
161 B
Plaintext
# Add Python GDB extensions
|
|
python
|
|
try:
|
|
import freertos_gdb
|
|
except ModuleNotFoundError:
|
|
print('warning: python extension "freertos_gdb" not found.')
|
|
end
|