Claude opus authored everything to make the user and task work. First iteration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// SDK
|
||||
#include "esp_log.h"
|
||||
#include "esp_ota_ops.h"
|
||||
#include "esp_psram.h"
|
||||
#include "esp_system.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
@@ -11,6 +12,7 @@
|
||||
#include "nvs_flash.h"
|
||||
#include "soc/gpio_num.h"
|
||||
|
||||
|
||||
// Project headers
|
||||
#include "appstate.hpp"
|
||||
#include "types.hpp"
|
||||
@@ -28,6 +30,8 @@ extern "C" void app_main()
|
||||
{
|
||||
printf("Hello, Calendink OTA! [V1.1]\n");
|
||||
|
||||
printf("PSRAM size: %d bytes\n", esp_psram_get_size());
|
||||
|
||||
httpd_handle_t web_server = NULL;
|
||||
|
||||
esp_err_t err = nvs_flash_init();
|
||||
|
||||
Reference in New Issue
Block a user