Update generic.h
This commit is contained in:
parent
d0ffe9ab7e
commit
ad3cd8bf9e
@ -10,6 +10,10 @@
|
|||||||
// Hardware related definitions for generic ESP32 boards
|
// Hardware related definitions for generic ESP32 boards
|
||||||
// generic.h is kitchensink with all available options
|
// 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_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
|
#define HAS_SPI 1 // comment out if device shall not send data via SPI
|
||||||
// pin definitions for SPI slave interface
|
// pin definitions for SPI slave interface
|
||||||
@ -100,4 +104,4 @@
|
|||||||
#define MCP_24AA02E64_I2C_ADDRESS 0x50 // I2C address for the 24AA02E64
|
#define MCP_24AA02E64_I2C_ADDRESS 0x50 // I2C address for the 24AA02E64
|
||||||
#define MCP_24AA02E64_MAC_ADDRESS 0xF8 // Memory adress of unique deveui 64 bits
|
#define MCP_24AA02E64_MAC_ADDRESS 0xF8 // Memory adress of unique deveui 64 bits
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user