#include "freertos/FreeRTOS.h"
#include "freertos/task.h"

#include "common.h"
#include "console_handlers.h"

// static const char* TAG = "Test";
TaskHandle_t xHandle = NULL;

// extern "C" void app_main(void)
void app_main(void) {
   configure_output_pins();
   init_console();
}