17#ifndef DETERMINISTICESPASYNCWEBSERVER_RADIO_POWER_H
18#define DETERMINISTICESPASYNCWEBSERVER_RADIO_POWER_H
23#if DETWS_ENABLE_RADIO_POWER
29 static constexpr uint8_t DETWS_PS_NONE = 0;
30 static constexpr uint8_t DETWS_PS_MIN_MODEM = 1;
31 static constexpr uint8_t DETWS_PS_MAX_MODEM = 2;
35const char *detws_radio_ps_name(uint8_t mode);
38void detws_radio_power_apply(
void);
41uint8_t detws_radio_ps_get(
void);
52void detws_radio_busy_hold(
void);
55void detws_radio_busy_release(
void);
User-facing configuration for DeterministicESPAsyncWebServer.