You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very excited to try out your project. It's been a dream to have a thin JS8 client.
I'm not very well versed in micro controllers. Can I just also compile this for x86_64 ?
The text was updated successfully, but these errors were encountered:
I figured out that CLOCK_REALTIME is a macro in time.h but apparently on for certain C11 implementations.
I found on a solution on SO.
To demo/decode_ft8.c
#define _POSIX_C_SOURCE 1999309L
I can now encode test messages.
I understand this liberary is intended for embedded systems, but I'd be happy with a version that could use JS8 protocol on a PI and not need the bloated JS8Call client. I want to run with a custom built client that is all ASCII and usable on a tiny screen w/o any dependence on QT or anything bloated.
Very excited to try out your project. It's been a dream to have a thin JS8 client.
I'm not very well versed in micro controllers. Can I just also compile this for x86_64 ?
The text was updated successfully, but these errors were encountered: