16 lines
166 B
C
16 lines
166 B
C
/*
|
|
Author: Alexander Bobkov
|
|
|
|
Created: Oct. 15, 2025
|
|
Updated: Oct. 15, 2025
|
|
|
|
ESP-IDF v5.4.1
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
void app_main(void)
|
|
{
|
|
|
|
}
|