summaryrefslogtreecommitdiff
path: root/include/badge/boards.h
diff options
context:
space:
mode:
authoruvok2025-07-18 20:08:12 +0200
committeruvok2025-07-18 20:08:12 +0200
commit64e6ae46579c4a0b30291d30a47857a7b6111eeb (patch)
tree1ac50d62aa7637322aebaa7f9dacf7099ff0f581 /include/badge/boards.h
parentb5202a3a90195cdbf71191ac94f6c48b4228284b (diff)
Add boards config
Diffstat (limited to 'include/badge/boards.h')
-rw-r--r--include/badge/boards.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/badge/boards.h b/include/badge/boards.h
new file mode 100644
index 0000000..dc47155
--- /dev/null
+++ b/include/badge/boards.h
@@ -0,0 +1,4 @@
+#pragma once
+
+#define BOARD_ESP32_DEVMOD 1
+#define BOARD_ESP32_CROWPANEL 2