开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: Version 0.1 of Sensory Neural High Frequency hearing loss mitigation (RX and TX) software


Paul
 

still in testing mode yet but when I rebuilt sbitx with your revised files, i got an error:
pi@sbitx:~/sbitx $ ./build sbitx
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Mon Mar 18 03:21:11 PM GMT 2024
database is intact
compiling sbitx version v3.02 in /home/pi/sbitx
sbitx_gtk.c:896:5: error: conflicting types for ‘field_set’; have ‘int(char *, char *)’
? 896 | int field_set(char *label, char *new_value){
? ? ? |? ? ?^~~~~~~~~
In file included from sbitx_gtk.c:37:
sdr_ui.h:6:5: note: previous declaration of ‘field_set’ with type ‘int(const char *, const char *)’
? ? 6 | int field_set(const char *label, const char *new_value);
? ? ? |? ? ?^~~~~~~~~
pi@sbitx:~/sbitx $?

I think it is a variable declaration consistency error, e.g. declared as Int but using character is my initial thoughts but not investigated it yet as it didn't stop sbitx from working but it might stop the required changes working properly

Regards
Paul

Join [email protected] to automatically receive all group messages.