elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
romprg
/
common
/
replies.h
File editor
#pragma once #include <stdint.h> typedef struct { uint8_t error_code; uint8_t firmware_version_major; uint8_t firmware_version_minor; uint8_t address_bits; uint8_t max_write_length; } __attribute__((packed)) ReplyPing; typedef struct { uint8_t error_code; uint8_t manufacturer_id; uint8_t device_id; } __attribute__((packed)) ReplyIdentify; typedef struct { uint8_t error_code; uint16_t crc; } __attribute__((packed)) ReplyCRC;
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history