Skip to content

Commit

Permalink
sns: digital sensor & digital magnitude settings collission
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Apr 11, 2024
1 parent 3646e4f commit 0e4c226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/espurna/sensors/DigitalSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ STRING_VIEW_INLINE(Prefix, "digital");

namespace keys {

STRING_VIEW_INLINE(Pin, "digitalPin");
STRING_VIEW_INLINE(Mode, "digitalPinMode");
STRING_VIEW_INLINE(State, "digitalDefState");
STRING_VIEW_INLINE(Pin, "dgtlsPin");
STRING_VIEW_INLINE(Mode, "dgtlsPinMode");
STRING_VIEW_INLINE(State, "dgtlsDefState");

} // namespace keys

Expand Down

0 comments on commit 0e4c226

Please sign in to comment.