mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 07:16:08 +00:00
16 lines
174 B
C
Executable File
16 lines
174 B
C
Executable File
/*
|
|
Dcription: Console interface
|
|
by: Alexander Bobkov
|
|
Created: Jan 9, 2025
|
|
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "esp_console.h"
|
|
|
|
void app_main(void)
|
|
{
|
|
|
|
}
|