Add updated user config

This commit is contained in:
Theo Arends 2024-03-23 15:21:16 +01:00
parent f10218a257
commit 36cbca9004
1 changed files with 4 additions and 0 deletions

View File

@ -816,6 +816,10 @@ https://rya.nc/tasmota-fingerprint.html"
// #define USE_RC522_TYPE_INFORMATION // Add support for showing card type (+0k4 code)
// #define USE_MCP2515 // Add support for can bus using MCP2515 (+7k code)
// #define USE_CANSNIFFER // Add support for can bus sniffer using MCP2515 (+5k code)
// #define USE_SPI_LORA // Add support for LoRaSend and LoRaCommand (+4k code)
// #define USE_LORA_SX126X // Add driver support for LoRa on SX126x based devices like LiliGo T3S3 Lora32 (+16k code)
// #define USE_LORA_SX127X // Add driver support for LoRa on SX127x based devices like M5Stack LoRa868, RFM95W (+5k code)
// #define USE_LORAWAN_BRIDGE // Add support for LoRaWan bridge (+8k code)
#endif // USE_SPI