Files
espurna/code/test/platformio.ini
Max Prokhorov 9a5698b342 Add TUYA_SUPPORT (#1997)
- 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
2019-11-21 01:14:17 +03:00

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/