Skip to content

Commit

Permalink
Fix misleading error message, fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jun 18, 2024
1 parent 5c1d068 commit 8de92e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESP32-ENC28J60.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//#include "esp_netif.h"//esp_eth_driver.h"//***********
static uint8_t ENC28J60_Default_Mac[] = { 0xFE, 0xED, 0xDE, 0xAD, 0xBE, 0xEF };
#if ESP_IDF_VERSION_MAJOR < 4 || ESP_IDF_VERSION < ESP_IDF_VERSION_VAL(4,4,0)
#error "This version of Arduino is too old"
#error "This version of arduino-esp32 core is too old"
#endif


Expand Down

0 comments on commit 8de92e0

Please sign in to comment.