1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

add WiFi TX power control

This commit is contained in:
Markus Sattler
2015-12-29 15:56:53 +01:00
parent 8943ac402c
commit bbeaeaad54
2 changed files with 19 additions and 0 deletions

View File

@ -46,6 +46,8 @@ class ESP8266WiFiGenericClass {
bool setPhyMode(WiFiPhyMode_t mode);
WiFiPhyMode_t getPhyMode();
void setOutputPower(float_t dBm);
void persistent(bool persistent);
bool mode(WiFiMode_t);