Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw

This commit is contained in:
jacqueline
2023-05-24 07:20:16 +10:00
135 changed files with 1243 additions and 604 deletions
+4
View File
@@ -1,3 +1,7 @@
# Copyright 2023 jacqueline <me@jacqueline.id.au>
#
# SPDX-License-Identifier: GPL-3.0-only
idf_component_register(
SRCS "main.cpp"
INCLUDE_DIRS "."
+6
View File
@@ -1,3 +1,9 @@
/*
* Copyright 2023 jacqueline <me@jacqueline.id.au>
*
* SPDX-License-Identifier: GPL-3.0-only
*/
#include "freertos/portmacro.h"
#include "tinyfsm.hpp"