Skip to content

Commit

Permalink
Add firmware version to log output. (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh authored Oct 4, 2024
1 parent 8a94541 commit 23044e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ void setup() {

Serial.begin(115200);

ESP_LOGI(LOG_TAG, "furble version: '%s'", FURBLE_VERSION);

Furble::Device::init();
Furble::Scan::init(settings_load_esp_tx_power());

Expand Down

0 comments on commit 23044e6

Please sign in to comment.