mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
10 lines
213 B
C
10 lines
213 B
C
/*
|
|
* Copyright 2026 514 LLC d/b/a OpenGlow
|
|
* Written by Scott Wiederhold
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/* forgefixture firmware version, reported by GET /. */
|
|
#pragma once
|
|
|
|
#define FIXTURE_VERSION "1.0.0"
|