first test to exclude gpios

This commit is contained in:
proddy
2026-01-03 22:16:33 +01:00
parent b698485814
commit 616c73f658
3 changed files with 104 additions and 27 deletions

View File

@@ -434,7 +434,7 @@ class System {
void led_monitor();
void system_check();
static std::vector<uint8_t, AllocatorPSRAM<uint8_t>> string_range_to_vector(const std::string & range);
static std::vector<uint8_t, AllocatorPSRAM<uint8_t>> string_range_to_vector(const std::string & range, const std::string & exclude = "");
// GPIOs
static std::vector<uint8_t, AllocatorPSRAM<uint8_t>> valid_system_gpios_; // list of valid GPIOs for the ESP32 board that can be used