issues
search
blues
/
sparrow-reference-firmware
The accelerator app for the Sparrow Device Cluster use case.
6
stars
9
forks
source link
fix: Error message conversion specifier
#29
Closed
zfields
closed
2 years ago
zfields
commented
2 years ago
%d
was used on the gateway error message log instead of
%s
added clarity as to the application and origin of the error message
initialized log message variables for use with
strlcat
updated Dockerfile to include
ssh
for alternative GitHub cloning
update submodules (
note-c
and
sparrow-lora
)
%d
was used on the gateway error message log instead of%s
strlcat
ssh
for alternative GitHub cloningnote-c
andsparrow-lora
)