//
//   Platforms in use are
//      ESP32_WROVER
//      ESP32_S3
//   
//   (C) 2026 colrhon.org
//   This program is released under the Creative Commons Public License, CC BY-NC-SA 4.0

//#define ESP32_WROVER
//#define ESP32_S3

// for easier handling presently using
// add_compile_definitions(ESP32_WROVER)
// or
// add_compile_definitions(ESP32_S3)
// in ../CMakeLists.txt
