added support for SDS011

This commit is contained in:
August Quint 2020-01-22 15:43:13 +01:00 committed by GitHub
parent 04850fd5c7
commit 804cbfb879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@
#include "sdcard.h"
#endif
#if (HAS_SDS011)
#include "sds011read.h"
#endif
extern Ticker sendcycler;
void SendPayload(uint8_t port, sendprio_t prio);