mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 16:33:45 +00:00
13 lines
316 B
C
13 lines
316 B
C
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
* IdentityStore.h - Compatibility header for ZephCore constants
|
|
*
|
|
* This header provides common identity and crypto constants used
|
|
* by repeater helpers. It simply re-exports from mesh/MeshCore.h.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <mesh/MeshCore.h>
|
|
#include <mesh/Identity.h>
|