-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
several bugfixes and improvements in daemon:
- removed specific handling of different GPIO pins inside constructor of pigpiodhandler - added missing connect between signal and slot for registering callbacks in pigpiodhandler - fixed wrong assignment of EXT_TRIGGER signal for HW version 2 - added a reverse lookup function (GPIO_PIN bcmToGpioSignal(unsigned int)) of the GPIO signal (eg. EVT_AND) and the BCM GPIO pin in gpio_mapping.h - extended the pin initializations in Daemon::connectToPigpiod() which was incomplete for several signals - put function to the STATUS1 LED which shows now the status of succesful MQTT connection to the server - small other mods, mostly rephrasing output strings a bit
- Loading branch information
Showing
6 changed files
with
101 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters