noi tabs and conf

This commit is contained in:
Daniël Koek 2024-03-25 12:45:00 +00:00
parent d0d5781716
commit 46d8e72559
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ namespace esphome {
namespace lora {
static const char *const TAG = "lora";
#define MAX_SIZE_TX_PACKET 200
static const uint8_t MAX_SIZE_TX_PACKET = 200;
// the mode the receiver is in
enum MODE_TYPE {
MODE_0_NORMAL = 0,