Skip to content

Commit

Permalink
fix esp8266 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Sep 1, 2022
1 parent 60efff7 commit 7bdcfd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WiFiManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@
#endif

#ifdef Arduino_h
#ifdef ESP32
#include "esp_arduino_version.h"
#endif
// esp_get_idf_version
#ifdef ESP_ARDUINO_VERSION
// #pragma message "ESP_ARDUINO_VERSION_MAJOR = " WM_STRING(ESP_ARDUINO_VERSION_MAJOR)
Expand Down

0 comments on commit 7bdcfd5

Please sign in to comment.