Search found 2 matches
- Wed Jan 15, 2025 10:05 am
- Forum: ESP32 Arduino
- Topic: Arduino Ide and Wemos lolin32 problems with the light sleep mode
- Replies: 2
- Views: 2334
Re: Arduino Ide and Wemos lolin32 problems with the light sleep mode
Thank you sir. This really helped in my case.
- Mon Jan 13, 2025 5:11 pm
- Forum: ESP32 Arduino
- Topic: Arduino Ide and Wemos lolin32 problems with the light sleep mode
- Replies: 2
- Views: 2334
Arduino Ide and Wemos lolin32 problems with the light sleep mode
Hello everyone. I have a project on Arduino Ide and Wemos lolin32. And I also have problems with the light sleep mode. Here is my code.
#include <esp_now.h>
#include <WiFi.h>
uint8_t buttonState = 0;
uint8_t Receive_LED_DATA = 0;
bool isRecv = false;
uint8_t broadcastAddress[] = {0x24, 0xD7 ...
#include <esp_now.h>
#include <WiFi.h>
uint8_t buttonState = 0;
uint8_t Receive_LED_DATA = 0;
bool isRecv = false;
uint8_t broadcastAddress[] = {0x24, 0xD7 ...