From 258d705c3f88618475854f280f641ef431e56876 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Tue, 12 Jul 2022 10:40:50 +0200 Subject: [PATCH] added template folder --- .cproject | 6 ++-- .project | 2 +- Src/firmware.cpp | 4 +-- Src/gui/hooks.cpp | 6 ++-- Src/platform/simulator/emscripten/index.html | 4 +-- Src/platform/simulator/simulator.eez-project | 2 +- Src/platform/simulator/win32/icon.rc | Bin 1818 -> 1674 bytes eez-flow-template-stm32f469i-disco.ioc | 4 +-- image.png => template/image.png | Bin template/manifest.json | 3 ++ template/post.js | 52 +++++++++++++++++++++++++++ 11 files changed, 69 insertions(+), 14 deletions(-) rename image.png => template/image.png (100%) create mode 100644 template/manifest.json create mode 100644 template/post.js diff --git a/.cproject b/.cproject index a521512..647007d 100644 --- a/.cproject +++ b/.cproject @@ -25,7 +25,7 @@