Merge pull request #526 from AugustQu/patch-9

plus modifications for SDS011
This commit is contained in:
Verkehrsrot 2020-01-21 21:27:51 +01:00 committed by GitHub
commit db1d9e5720
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);