Save current changes before reorganizing drivers and cleaning workspace

This commit is contained in:
Adolfo Reyna
2026-06-17 22:17:59 -04:00
parent 3356e5d4a2
commit 2813c11104
21 changed files with 2904 additions and 132 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import json
import urllib.request
import sys
ESP32_IP = "192.168.68.123"
ESP32_IP = "192.168.68.124"
URL = f"http://{ESP32_IP}/api/mcp"
def call_mcp_tool(tool_name, arguments):