Adnt this

This commit is contained in:
Daniël Koek 2024-03-29 13:28:15 +00:00
parent c043f03527
commit cd78a20eee
2 changed files with 1 additions and 2 deletions

View file

@ -215,7 +215,6 @@ struct REG3 {
}
}
};
static const uint8_t OPERATING_FREQUENCY = 700;
struct RegisterConfig {
uint8_t command = 0;
uint8_t starting_address = 0;

View file

@ -12,7 +12,7 @@
namespace esphome {
namespace ebyte_lora {
static const char *const TAG = "ebyte_lora";
static const uint8_t MAX_SIZE_TX_PACKET = 200;
static const int MAX_SIZE_TX_PACKET = 200;
// the mode the receiver is in
enum ModeType { NORMAL = 0, WOR_SEND = 1, WOR_RECEIVER = 2, CONFIGURATION = 3, MODE_INIT = 0xFF };