Update generic.h

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

View File

@ -10,6 +10,10 @@
// Hardware related definitions for generic ESP32 boards
// generic.h is kitchensink with all available options
// SDS011 dust sensor settings
// #define HAS_SDS011 1 // use SDS011
// #define SDS011_SERIAL 9600, SERIAL_8N1, GPIO_NUM_19, GPIO_NUM_23 // SDS011 RX, TX
#define HAS_LORA 1 // comment out if device shall not send data via LoRa or has no LoRa
#define HAS_SPI 1 // comment out if device shall not send data via SPI
// pin definitions for SPI slave interface
@ -100,4 +104,4 @@
#define MCP_24AA02E64_I2C_ADDRESS 0x50 // I2C address for the 24AA02E64
#define MCP_24AA02E64_MAC_ADDRESS 0xF8 // Memory adress of unique deveui 64 bits
#endif
#endif