Skip to content

Commit

Permalink
🎨 Print firmware name and version at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinroger committed Feb 10, 2017
1 parent 8ea7fb3 commit b47195e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Homie/Boot/Boot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ void Boot::setup() {

WiFi.persistent(true); // Persist data on SDK as it seems Wi-Fi connection is faster

Interface::get().getLogger() << F("💡 Firmware ") << Interface::get().firmware.name << F(" (") << Interface::get().firmware.version << F(")") << endl;
Interface::get().getLogger() << F("🔌 Booting into ") << _name << F(" mode 🔌") << endl;
}

Expand Down

0 comments on commit b47195e

Please sign in to comment.