#include "esp_log.h" namespace { constexpr const char *TAG = "kvida_os"; } extern "C" void app_main(void) { ESP_LOGI(TAG, "kvida-os starting"); }