Version 5.0.0.1 - Bugfix Release
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.