Add XIAO-ESP32-S3 Board Support (WIP)

looking to cleanup certain things with config to allow easier customization of the build when used with the flipper zero
This commit is contained in:
tracedgod
2023-06-09 18:50:56 -04:00
parent 50eb2b0da6
commit f3349766ed
7 changed files with 100 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
#include "configs.h"
#ifndef MARAUDER_FLIPPER
#ifndef MARAUDER_FLIPPER || XIAO_ESP32_S3
#include <Wire.h>
#endif