Added more debug text

This commit is contained in:
CommanderRedYT
2022-10-06 11:22:21 +02:00
parent 33f35f14b7
commit 79e51f7511
4 changed files with 33 additions and 3 deletions

View File

@@ -100,6 +100,8 @@ std::string get_wifi_security_string(wifi_auth_mode_t authMode);
float float_map(float x, float in_min, float in_max, float out_min, float out_max);
bool is_valid_timestamp(espchrono::utc_clock::time_point timestamp);
std::string toString(esp_chip_model_t esp_chip_model);
namespace bobbydpad {
#ifdef FEATURE_DPAD
static constexpr const auto ButtonCount = dpad::BUTTON_COUNT;