1. M

    Trouble Accessing Flask Server on ngrok from ESP32: SSL Connection Refused

    Hello everyone! I'm working on a project that sets up a Flask-based web server on an ngrok endpoint, allowing Internet access. The goal is to serve static files (JSON and binary) to manage some parameters and configuration on an ESP32 microcontroller. I've successfully deployed my Flask...
Top