Skip to content

Releases: 0015/PocketSSH

PocketSSH version 1.1.0

15 Jan 07:22

Choose a tag to compare

v1.1.0 (January 14, 2026)

  • Fixed: Boot loop issue on quick power cycles caused by GPIO4 (strapping pin) ADC initialization
    • Added 100ms delay before ADC initialization to allow GPIO4 to settle after boot
    • Prevents residual voltage from interfering with boot strapping sequence
    • Device now boots reliably regardless of power cycle timing
  • Added: Touch-to-position cursor functionality
    • Tap anywhere on input text to move cursor to that position
    • Improves text editing experience with precise cursor control
  • Improved: System stability on rapid power on/off cycles

PocketSSH v1.0.0 - Initial Release

12 Jan 05:07

Choose a tag to compare

This is the first public release of PocketSSH, a portable SSH terminal client designed specifically for the ESP32-S3 T-Deck Plus. It allows you to connect to remote servers or local devices (like Raspberry Pis) directly from a handheld microcontroller.

Key Features

  • Full SSH2 Support: Secure remote shell access using libssh2 with vt100 terminal emulation.
  • Hardware Integration: Fully supports the T-Deck's physical C3 keyboard and trackball for history navigation.
  • Touch Gestures: Swipe right-to-left to access a "Special Keys" panel (Ctrl+C, Esc, Tab, etc.).
  • Local Commands: Built-in connect command for WiFi and ssh command for session management.