Skip to content

Commit

Permalink
Merge pull request #365 from LoQue90/fix-wrong-pin-P_SENS
Browse files Browse the repository at this point in the history
fix wrong P_SENS PIN
  • Loading branch information
murmeltier08 authored Aug 12, 2023
2 parents a4f227a + b2e7729 commit d1ae2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp32devkitcv4.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Sensors
#define PINTEMPSENSOR 16
#define PINPRESSURESENSOR 23
#define PINPRESSURESENSOR 36
#define HXDATPIN 32 // Brew scale data pin
#define HXCLKPIN 33 // Brew scale clock pin

Expand Down

0 comments on commit d1ae2d5

Please sign in to comment.