mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Fix analog_btn and UITask.cpp ESP32-S3 compilation errors
This commit is contained in:
parent
0dabed3c40
commit
add48e5cbe
6 changed files with 12 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue