-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Guy McSwain edited this page Nov 23, 2018
·
8 revisions
You'll want to update your Raspberry Pi with V68 of pigpio to get support for network socket keep-alive and dead peer removal.
- Automatic network socket reconnection on startup (available in
autoreconnect
branch) - Dead network socket peer detection with 'disconnected' event (available in
autoreconnect
branch) - Pigpio errors returned with descriptive text strings
- Debug messages enabled through environment variable
- Add version to info object
- Public API updated to reduce ambiguity.
- Code base changes to conform to public API.
- Fix
gpio.notify
updates current level only on first call. - Fix exception thrown when
gpio.endNotify
is called without a callback. - Fix to update current gpio levels when restarting notifications.
- Fix pigpio info properties not initialized before 'connected' event.