mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 22:07:39 +00:00
Add debug_log, fix tx_bht (#1149)
This commit is contained in:
@@ -28,7 +28,9 @@ size_t gen_message_ep(uint8_t city_code, size_t family_code_ep, uint32_t relay_n
|
||||
const encoder_def_t* um3750_def;
|
||||
uint8_t bits[12];
|
||||
std::string ep_fragments;
|
||||
// char ep_message[13] = { 0 };
|
||||
|
||||
// Pre-allocate to avoid fragmentation.
|
||||
ep_fragments.reserve(384);
|
||||
|
||||
// Repeated 2x 26 times
|
||||
// Whole frame + space = 128ms, data only = 64ms
|
||||
|
Reference in New Issue
Block a user