rdz_ttgo_sonde/RX_FSK/src/json.h

9 wiersze
115 B
C

#ifndef _JSON_H
#define _JSON_H
#include "Sonde.h"
int sonde2json(char *buf, int maxlen, SondeInfo *si);
#endif