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

@ -57,7 +57,7 @@ bool Lora::setMode(MODE_TYPE mode) {
ESP_LOGD(TAG, "MODE WOR!");
break;
case MODE_2_WOR_RECEIVER:
// case MODE_2_PROGRAM:
// case MODE_2_PROGRAM:
this->pin_m0->digital_write(false);
this->pin_m1->digital_write(true);
ESP_LOGD(TAG, "MODE RECEIVING!");

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,