Skip to content

Commit

Permalink
set name - helps in debugging a list of objects!
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Oct 11, 2023
1 parent d1d0be9 commit 15db833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sfeDataLoggerIoT/sfeDLButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class sfeDLButton : public flxActionType<sfeDLButton>
public:
sfeDLButton() : _pressIncrement{5}, _userButtonPressed{false}, _pressEventTime{0}, _currentInc{0}
{
setName("DataLogger Button", "Manage DataLogger Button Events");
setHidden();
}

Expand Down

0 comments on commit 15db833

Please sign in to comment.