Skip to content

Version 5.0.0.1 - Bugfix Release

Choose a tag to compare

@Blayzer-Astro Blayzer-Astro released this 08 Aug 10:59
· 2 commits to main since this release
b5aaa8c

Fixed Serial Connection Timeout:

  • Resolved an issue where the very first connection attempt to the AAPA device from NINA always failed.
    This was caused by the .NET SerialPort triggering the ESP32's auto-reset circuit (via DTR/RTS lines) during initialization.

  • Disabled DTR and RTS signals when opening the COM port. The ESP32 will no longer reboot when NINA connects, ensuring an immediate, stable connection on the first click.