- Remove custom `ESP_TARGET` and use `ESP_PLATFORM` everywhere - Add `Loader` service functionality to `tt::app::` namespace - Make `Loader` `PubSub` usable by exposing the messages - Add board type to crash log - Don't show SD card in Files app when it's not mounted - Set default SPI frequency for SD cards - Move TT_VERSION to scope that works for sim too - Log Tactility version and board on boot - Rename "Yellow Board" to "CYD 2432S024C"
7 lines
157 B
C
7 lines
157 B
C
#pragma once
|
|
|
|
#include "hal/Configuration.h"
|
|
|
|
// Capacitive touch version of the 2.4" yellow board
|
|
extern const tt::hal::Configuration cyd_2432S024c_config;
|