Search found 2 matches
- Thu Nov 25, 2021 3:35 pm
- Forum: ESP32 Arduino
- Topic: Splitting sketch in threads and classes
- Replies: 0
- Views: 3868
Splitting sketch in threads and classes
Hello everyone! I'm working on a quite complex and large skatch for my ESP32 and I'm dividing it into threads and classes, splitting everything in different files. For sake of simplicity I'm gonna show you just the idea of my project setup For instance, I'm using a BME280 sensor to read temperature,...
- Fri Oct 22, 2021 10:37 am
- Forum: ESP32 Arduino
- Topic: AutoConnect library doesn't allow to perform any other operation
- Replies: 1
- Views: 2279
AutoConnect library doesn't allow to perform any other operation
Hello everyone! I need to build an application in which my ESP32 uses the AutoConnect library (https://github.com/Hieromon/AutoConnect) for creating a captive portal and meanwhile performing other operations. The thing is that when I start the captive portal it doesn't perform any other operation. H...