mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
12 lines
160 B
C++
12 lines
160 B
C++
#pragma once
|
|
|
|
#ifdef ESP_TARGET
|
|
|
|
namespace tt {
|
|
|
|
#define MOUNT_POINT_ASSETS "/assets"
|
|
#define MOUNT_POINT_CONFIG "/config"
|
|
|
|
} // namespace
|
|
|
|
#endif // ESP_TARGET
|