-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oled.h missing in farhandev branch #97
Comments
Also missing from the main branch now :-D |
Crap, I am all over. I will fix it.
…On Tue, Jul 9, 2024, 4:23 AM jsdriskill ***@***.***> wrote:
Also missing from the main branch now :-D
—
Reply to this email directly, view it on GitHub
<#97 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFYXODU7CGRWAVQQZF2C43ZLMJ7LAVCNFSM6AAAAABIIUSTWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJVGQ4DGMBSHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I backed up a couple of commits on main, and I was able to get it to compile and run until it's fixed |
Hi Afarhan, I'm guessing you forgot about this? Could you please push that header file? I'd love to try out the new CW keying. Thank you! |
Can you try the farhandev branch? Most stuff is fixed now.
…On Tue, Jul 16, 2024, 12:41 AM jsdriskill ***@***.***> wrote:
Hi Afarhan,
I'm guessing you forgot about this? Could you please push that header
file? I'd love to try out the new CW keying. Thank you!
—
Reply to this email directly, view it on GitHub
<#97 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFYXOD4QJH4L2XPDS3MMRDZMQNFRAVCNFSM6AAAAABIIUSTWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRZGIYDCNJYGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The file oled.h is missing in both the farhandev and main branches still. It won't build without that file. |
Hi again Asshar, Someone here is confused - maybe it's me? There is a header file - oled.h - that is missing from the main and farhandev branches. It won't compile without this file. Someone has this file just sitting on their hard drive wanting to get out into the world and make radios happy. If that person would please just push that file to the repository that would be amazing. Can't try out these great new things without that file pushed! Thank you |
Agreed. Main would only compile and execute if I dropped back 2 or 3 commits.On Jul 19, 2024, at 14:08, jsdriskill ***@***.***> wrote:
Hi again Asshar,
Someone here is confused - maybe it's me?
There is a header file - oled.h - that is missing from the main and farhandev branches. It won't compile without this file. Someone has this file just sitting on their hard drive wanting to get out into the world and make radios happy. If that person would please just push that file to the repository that would be amazing. Can't try out these great new things without that file pushed! Thank you
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
oled.h is still missing from main on 8/16/2024. |
I have opened a pull-request to add the missing |
compiling sbitx version v3.021 in /home/pi/sbitx
sbitx_gtk.c:45:10: fatal error: oled.h: No such file or directory
45 | #include "oled.h"
| ^~~~~~~~
compilation terminated.
cc1: fatal error: oled.c: No such file or directory
compilation terminated.
The text was updated successfully, but these errors were encountered: