解决了获取时间卡死bug
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
compile:
|
||||
# Choosing to run compilation tests on 2 different Arduino platforms
|
||||
platforms:
|
||||
- uno
|
||||
- due
|
||||
# - zero # SAMD covered by M4
|
||||
# - leonardo # AVR covered by UNO
|
||||
- m4
|
||||
# - esp32 # errors on OneWire => util/crc16.h vs rom/crc.h
|
||||
- esp8266
|
||||
# - mega2560 # AVR covered by UNO
|
||||
unittest:
|
||||
# These dependent libraries will be installed
|
||||
libraries:
|
||||
- "OneWire"
|
Reference in New Issue
Block a user