Update ttgov21new.h
This commit is contained in:
parent
40c27f8c66
commit
25d4d9d047
@ -11,6 +11,11 @@
|
|||||||
// ATTENTION: check your board version!
|
// ATTENTION: check your board version!
|
||||||
// This settings are for boards labeled v1.6 on pcb, NOT for v1.5 or older
|
// 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
|
||||||
|
// 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
|
||||||
|
|
||||||
#define HAS_LORA 1 // comment out if device shall not send data via LoRa
|
#define HAS_LORA 1 // comment out if device shall not send data via LoRa
|
||||||
#define CFG_sx1276_radio 1 // HPD13A LoRa SoC
|
#define CFG_sx1276_radio 1 // HPD13A LoRa SoC
|
||||||
|
Loading…
Reference in New Issue
Block a user