Skip to content

Commit

Permalink
default pins
Browse files Browse the repository at this point in the history
  • Loading branch information
NC22 committed Oct 13, 2024
1 parent 1783c33 commit fd8b590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Volna42/src/UserDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#if defined(ESP32)

#define DEFAULT_I2C_SCL 35 // I2C SCL [ESP32] Can be assigned any unused pin
#define DEFAULT_I2C_SDA 36 // I2C SDA [ESP32] Can be assigned any unused pin
#define DEFAULT_I2C_SCL 41 // I2C SCL [ESP32] Can be assigned any unused pin
#define DEFAULT_I2C_SDA 42 // I2C SDA [ESP32] Can be assigned any unused pin

#define DEEPSLEEP_MEMORY 1 // 1 - Использовать RTC (энергозависимая память) при уходе в режим глубокого сна, 2 - Использовать NVS память (постоянная память - рекомендуется использовать если есть проблемы с RTC)

Expand Down

0 comments on commit fd8b590

Please sign in to comment.