Changelog
GENERAL
system
🔹 Opens a system shell to display information about the device (version, hardware info, memory usage, NVS, filesystem).
UART
at
🔹 Opens an interactive AT commands shell with input assistance and built-in help for common AT operations.
SPI
eeprom
🔹 Finalized implementation. Opens an interactive SPI EEPROM shell (probe, analyze, dump, read, write, erase).
INFRARED
replay [count]
🔹 Records and replays IR frames, with an optional repeat count or infinitely until ENTER is pressed.
WIFI
connect [ssid] [password]
🔹 Fixed to work with ssid with spaces in the name. Now also works with no args provided, just use connect
to scan, select the network, type the password and connect.
probe
🔹 Searches for internet access on accessible open Wi-Fi networks by attempting connections and validating access with HTTP requests.
nmap <host> [-p ports]
🔹 Scans the specified host for open ports, with optional port range selection. Thanks to @AndreiVladescu