Search found 1 match

by rankle
Mon Feb 16, 2026 11:19 am
Forum: ESP32 Arduino
Topic: EPS32 is constantly rebooting
Replies: 2
Views: 145

EPS32 is constantly rebooting

Good afternoon
Please tell me why the EPS32 is constantly rebooting?
I'm loading a sketch:

#include "Arduino.h"
#include "ESPAsyncWebServer.h"
#include "AsyncTCP.h"
#include <WiFi.h>
#include <Wire.h>
#include <SPIFFS.h>
#include <painlessMesh.h>

const char* ssid = "ESP32";
const char* password ...

Go to advanced search