Search found 1 match

by javaproxy
Sun Aug 25, 2019 7:05 pm
Forum: Documentation
Topic: Deep sleep current usage too high with esp32 after WI-FI was on
Replies: 0
Views: 9050

Deep sleep current usage too high with esp32 after WI-FI was on

Hello, There is following code [Codebox] #include <AWS_IOT.h> #include <WiFi.h> #include "time.h" #include <stdio.h> #include <esp_bt_main.h> #include <esp_bt.h> #include <esp_wifi.h> char WIFI_SSID[]="zzz"; char WIFI_PASSWORD[]="zzzz"; void callback(){ //placeholder callback function } void setup()...