mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-22 02:37:11 +02:00
0.8.76
* revert changes from yesterday regarding snprintf and its size #1410, #1411 * reduced cppcheck linter warnings significantly * try to improve ePaper (ghosting) #1107
This commit is contained in:
parent
c447049e84
commit
7c532ca1cc
23 changed files with 164 additions and 158 deletions
|
@ -118,9 +118,9 @@ class Simulator {
|
|||
}
|
||||
|
||||
private:
|
||||
HMSYSTEM *mSys;
|
||||
uint8_t mIvId;
|
||||
uint32_t *mTimestamp;
|
||||
HMSYSTEM *mSys = nullptr;
|
||||
uint8_t mIvId = 0;
|
||||
uint32_t *mTimestamp = nullptr;
|
||||
payloadListenerType mCbPayload = nullptr;
|
||||
uint8_t payloadCtrl = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue