Fix analog_btn and UITask.cpp ESP32-S3 compilation errors

This commit is contained in:
Piero Andreini 2026-03-31 08:52:00 +02:00
parent 0dabed3c40
commit add48e5cbe
6 changed files with 12 additions and 6 deletions

View file

@ -34,7 +34,7 @@
#define PIN_GPS_EN -1
// Analog button
#define PIN_USER_BTN_ANA 7
// #define PIN_USER_BTN_ANA 7
// Include headers AFTER pin definitions so ESP32Board::sleep() can use P_LORA_DIO_1
#include <Wire.h>

View file

@ -34,7 +34,7 @@
#define PIN_GPS_EN -1
// Analog button
#define PIN_USER_BTN_ANA 7
// #define PIN_USER_BTN_ANA 7
// Include headers AFTER pin definitions so ESP32Board::sleep() can use P_LORA_DIO_0
#include <Wire.h>