Replaced BLE_LOW_POWER with BLE_TX_POWER & updated usages.

This commit is contained in:
ViezeVingertjes 2025-09-07 15:44:24 +02:00
parent 7363a4f67d
commit 5370667bd8
3 changed files with 6 additions and 6 deletions

View file

@ -3,6 +3,10 @@
#include "../BaseSerialInterface.h"
#include <bluefruit.h>
#ifndef BLE_TX_POWER
#define BLE_TX_POWER 4
#endif
class SerialBLEInterface : public BaseSerialInterface {
BLEUart bleuart;
bool _isEnabled;