You've already forked M5Unit-CRYPTO
mirror of
https://github.com/m5stack/M5Unit-CRYPTO.git
synced 2026-05-20 11:37:42 -07:00
16 lines
326 B
Arduino
16 lines
326 B
Arduino
/*
|
|
* SPDX-FileCopyrightText: 2025 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*
|
|
Example using M5UnitUnified for UnitID
|
|
*/
|
|
|
|
// Enable this define when using M5Core2AWS's built-in chip
|
|
#if !defined(USING_M5CORE2_AWS_BUILTIN)
|
|
// #define USING_M5CORE2_AWS_BUILTIN
|
|
#endif
|
|
|
|
#include "main/PlotToSerial.cpp"
|