Cleanup RPC component

This commit is contained in:
2025-05-26 14:44:08 -04:00
parent eadd76f570
commit bc6b2a4500
15 changed files with 81 additions and 32 deletions

View File

@@ -1,11 +1,9 @@
#include <cstdio>
#include <cinttypes>
#include <memory>
#include "sdkconfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_chip_info.h"
#include "esp_flash.h"
#include "nvs_flash.h"
@@ -15,7 +13,7 @@ extern "C" [[noreturn]] void app_main(void) {
nvs_flash_init();
const auto manager = std::make_unique<WifiManager>();
manager->init();
manager->connect();
printf("Hello world!\n");