Skip to content

Commit

Permalink
bin formats
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed Apr 18, 2023
1 parent cc8b998 commit ced4505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void dump_metadata(uint8_t const * const buffer,int length){
printf("fft bins:");
int count = optlen/sizeof(float);
for(int i=0; i < count; i++){
printf(" %.0f",decode_float(cp,sizeof(float)));
printf(" %.1g",decode_float(cp,sizeof(float)));
cp += sizeof(float);
}
}
Expand Down

0 comments on commit ced4505

Please sign in to comment.