File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ class Wippersnapper_ESP32 : public Wippersnapper {
106
106
// For boards with a "3D Antenna", we need to reduce the TX power
107
107
// to prevent flaky operation.
108
108
// NOTE: This is a known issue with the QT Py series of boards.
109
- #ifdef ARDUINO_ADAFRUIT_QTPY_ESP32S2 || \
110
- ARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM || \
111
- ARDUINO_ADAFRUIT_QTPY_ESP32S3_N4R2 || ARDUINO_ADAFRUIT_QTPY_ESP32C3 || \
112
- ARDUINO_ADAFRUIT_QTPY_ESP32_PICO
109
+ #if defined( ARDUINO_ADAFRUIT_QTPY_ESP32S2) || \
110
+ defined ( ARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM) || \
111
+ defined ( ARDUINO_ADAFRUIT_QTPY_ESP32S3_N4R2) || defined ( ARDUINO_ADAFRUIT_QTPY_ESP32C3) || \
112
+ defined ( ARDUINO_ADAFRUIT_QTPY_ESP32_PICO)
113
113
WiFi.setTxPower (WIFI_POWER_15dBm);
114
114
#endif
115
115
You can’t perform that action at this time.
0 commit comments