typo's in comments

This commit is contained in:
Frank
2026-03-29 14:08:44 +02:00
parent be92bacc87
commit 97e1b8ee05
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ constexpr size_t FIXED_PALETTE_COUNT = DYNAMIC_PALETTE_COUNT + FASTLED_PALETTE_C
#ifdef WLED_MAX_BUSSES
#undef WLED_MAX_BUSSES
#endif
// define -> constexpr to align with defintion of WLED_MAX_ANALOG_CHANNELS
// define -> constexpr to align with definition of WLED_MAX_ANALOG_CHANNELS
constexpr size_t WLED_MAX_BUSSES = WLED_MAX_DIGITAL_CHANNELS + WLED_MAX_ANALOG_CHANNELS;
static_assert(WLED_MAX_BUSSES <= 32, "WLED_MAX_BUSSES exceeds hard limit");

View File

@@ -1285,7 +1285,7 @@ String computeSHA1(const String& input) {
#ifdef ESP32
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0)
#include "esp_adc_cal.h" // depricated API
#include "esp_adc_cal.h" // deprecated API
//#include "esp_adc/adc_cali.h" // new API
//#include "esp_adc/adc_cali_scheme.h" // new API
#else