ruem2802

Results 2 issues of ruem2802

I use fastapi-mqtt==0.3.0, python==3.9.7, fastapi==0.68.1 I run example application by command : uvicorn app:app --host 0.0.0.0 --port 7000 --reload Everything is ok -> app run But: I run example application...

Hi there! I am am currently working on a ESP8266 with example: #include #include #define BUTTON D1 // WiFi const char *ssid = "mousse"; // Enter your WiFi name const...