Skip to content

Commit 451b871

Browse files
Show IDF version at startup
1 parent 22e9a0d commit 451b871

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Application.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ void Application::begin()
6666
m_indicator_led->set_default_color(0);
6767
m_indicator_led->set_is_flashing(true, 0xff0000);
6868
m_indicator_led->begin();
69+
70+
Serial.print("My IDF Version is: ");
71+
Serial.println(esp_get_idf_version());
72+
6973
// bring up WiFi
7074
WiFi.mode(WIFI_STA);
7175
#ifndef USE_ESP_NOW

0 commit comments

Comments
 (0)