Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
habazut committed Jun 2, 2024
1 parent 430161e commit 4e491a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCCTimerESP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int DCCTimer::freeMemory() {

#include "esp_idf_version.h"
#if ESP_IDF_VERSION_MAJOR > 4
#error "DCC-EX does not support compiling with IDF version 5.0 or later. Downgrade your ESP32 library to a version that contains version 4 Arduino ESP32 library 3.0.0 is too new. Use 2.0.9 to 2.0.17"
#error "DCC-EX does not support compiling with IDF version 5.0 or later. Downgrade your ESP32 library to a version that contains IDF version 4. Arduino ESP32 library 3.0.0 is too new. Use 2.0.9 to 2.0.17"
#endif

#include <driver/adc.h>
Expand Down

0 comments on commit 4e491a1

Please sign in to comment.