main/iotbalkon.c

changeset 0
f8b0268c8d0a
child 1
1c9894662795
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/iotbalkon.c	Sun Mar 26 22:22:45 2023 +0200
@@ -0,0 +1,16 @@
+
+
+#include <stdio.h>
+#include "freertos/FreeRTOS.h"
+#include "freertos/task.h"
+#include "driver/gpio.h"
+#include "esp_log.h"
+
+
+
+static const char *TAG = "iotbalkon";
+
+void app_main(void)
+{
+    ESP_LOGI(TAG, "Starting");
+}

mercurial