You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix esp32 compatibility (now the library works with v2.0.2 and later)
- fix sporadic activations when the dimmer should stay fully off
- for arduino-esp32: use ARDUINO_ISR_ATTR instead of IRAM_ATTR
- for arduino-esp32: use ets_printf to debug
- update ci
Handle network frequency dynamically, migration to Visual Studio Code…
… and PlatformIO
New features:
- set the AC frequency at runtime
- measure the current frequency of AC
- add `turnOn` method
- add `library.json` for PlatformIO registry
For developers:
- add ci with Github Actions
- style code with clang-format
- add metadata to develop the library with Visual Studio Code and PlatformIO