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 a98e455fb5
commit 8934160316
7 changed files with 100 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ void TemperatureInterface::RunSetup() {
}
uint8_t TemperatureInterface::getCurrentTemp() {
#ifndef MARAUDER_FLIPPER
#ifndef MARAUDER_FLIPPER || XIAO_ESP32_S3
return ((temprature_sens_read() - 32) / 1.8);
#endif
return 0;