|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include "cdc_os_ui/FirmwareCheck.h"#include "cdc_os_ui/WifiHandlers.h"#include "cdc_views/InfoView.h"#include "cdc_ui/ViewStack.h"#include "cdc_ui/I18n.h"#include "cdc_core/Raii.h"#include "cdc_hal/IRtc.h"#include "plugin_manager/host_api.h"#include "cdc_log.h"#include "esp_crt_bundle.h"#include "esp_http_client.h"#include "esp_attr.h"#include "nvs.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include <atomic>#include <cstdarg>#include <cstdio>#include <cstdlib>#include <cstring>#include <ctime>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::ui |
| Centralized key-code constants for cdc_views. | |
Functions | |
| void | cdc::ui::showFirmwareCheck () |
| Opens the Firmware Check screen and pushes it onto the view stack. | |
| bool | cdc::ui::firmwareCheckLastResult (char *out, size_t cap) |
Formats the last persisted upstream check into out. | |