mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 23:44:20 +01:00
- add experimental `relayDummy` to configure dummy relays at runtime - add tuya-generic-dimmer #1729 - cleanup broker interface to allow Tuya module to properly receive events, modify broker methods to allow different function signatures - add basic tests for Tuya frame and data protocol
12 lines
186 B
INI
12 lines
186 B
INI
[platformio]
|
|
test_dir = unit
|
|
|
|
[env:test]
|
|
platform = native
|
|
lib_compat_mode = off
|
|
lib_deps =
|
|
StreamString
|
|
https://github.com/bxparks/UnixHostDuino
|
|
build_flags =
|
|
-I../espurna/
|