typo, require at least 2.0.8

This commit is contained in:
hathach 2023-10-06 17:55:19 +07:00
parent 6f420fa0bc
commit 702d953871
No known key found for this signature in database
GPG key ID: F5D50C6D51D17CBA

View file

@ -45,8 +45,8 @@ extern "C" {
//--------------------------------------------------------------------+
#include "esp_arduino_version.h"
#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(2, 0, 7)
#error "ESP32 Arduino core version 2.0.7 or later is required"
#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(2, 0, 8)
#error "ESP32 Arduino core version 2.0.8 or later is required"
#endif
#ifndef CFG_TUD_LOG_LEVEL