mikaelnousiainen / RS41ng

Custom firmware for Vaisala RS41 and Graw DFM-17 radiosondes with support for amateur radio use. Ideal for tracking high-altitude balloons. Supported modes include APRS, Horus 4FSK mode, CATS, morse code (CW) and additional digital modes like WSPR and FT8 via Si5351.
GNU General Public License v2.0
109 stars 28 forks source link

Warning during compilation #91

Closed videobuff closed 1 month ago

videobuff commented 1 month ago

During compilation i get this error

In file included from /usr/local/src/RS41ng/src/telemetry.h:7, from /usr/local/src/RS41ng/src/codecs/horus/horus_packet_v1.h:6, from /usr/local/src/RS41ng/src/radio_payload_horus_v1.c:3: /usr/local/src/RS41ng/src/radio_payload_horus_v1.c: In function 'radio_horus_v1_encode': /usr/local/src/RS41ng/src/config.h:307:29: warning: unsigned conversion from 'int' to 'uint8_t' {aka 'unsigned char'} changes value from 'XXX' to '62' [-Woverflow] 307 | #define HORUS_V1_PAYLOAD_ID XXX

XXX Iis my Horus ID from Mark Jessop

However, when i flash the RS41, everything seems to be ok except i still have 4FSK-TEST V2 as payload.....

Erik