Searched refs:boot_count (Results 1 – 2 of 2) sorted by relevance
41 RTC_DATA_ATTR static int boot_count = 0; variable316 boot_count = 1; in start_test()324 boot_count++; in test_flow1()325 ESP_LOGI(TAG, "boot count %d", boot_count); in test_flow1()327 switch (boot_count) { in test_flow1()367 boot_count++; in test_flow2()368 ESP_LOGI(TAG, "boot count %d", boot_count); in test_flow2()370 switch (boot_count) { in test_flow2()404 boot_count++; in test_flow3()405 ESP_LOGI(TAG, "boot count %d", boot_count); in test_flow3()[all …]
30 RTC_DATA_ATTR static int boot_count = 0; variable51 ++boot_count; in app_main()52 ESP_LOGI(TAG, "Boot count: %d", boot_count); in app_main()