Update ttgov21new.h

This commit is contained in:
August Quint 2020-02-25 15:47:15 +01:00 committed by GitHub
parent ad3cd8bf9e
commit f3218b4266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@
// ATTENTION: check your board version!
// This settings are for boards labeled v1.6 on pcb, NOT for v1.5 or older
*/
// SDS011 dust sensor settings
#define HAS_SDS011 1 // use SDS011
#define HAS_SDS011 1 // use SDS011
// used pins on the ESP-side:
#define ESP_PIN_TX 19 // connect to RX on the SDS011
#define ESP_PIN_RX 23 // connect to TX on the SDS011