-
Notifications
You must be signed in to change notification settings - Fork 112
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 screen - Line Filter toggle #553
Comments
Hey ho, it's appropriate, of course. |
@ramapcsx2 yeah, I've already seen that fuzzy logic. I am doing some testing, after changing way too many things. There is no way someone do something with it without changing everything :) @golimonkey I can not promise for sure :) but I'll try to do something similar to what you've mentioned. |
Hey @golimonkey ! |
@way5 Ty for your info, I will try 'pio' branch! |
…fix: FW version string position on screen saver
Hi @golimonkey |
@way5 Great news. I'll get back to you. Flashing it today. |
@way5 Hi. Tried it just now but cant compile pio branch. I get errors with missing heather files, tried to fix it by editing paths but didnt manage. Not enough time and very little expirience working on other peoples projects... Error: sketch\src/wserial.h:16:30: fatal error: WebSocketsServer.h: No such file or directory #include <WebSocketsServer.h> It may very well be that its my fault. I downloaded zip(gbs-control-pio), renamed it to gbs-control and tried to compile with arduinoIDE. That works with main branch for me. Let me know if there is something that I'm missing, probably project isn't set up correctly. |
@golimonkey The branch is being developed using PlatformIO, which is a more advanced environment than pure Arduino. If something doesn't work, you may have to install that. |
Tnx @ramapcsx2, it try in in VM then. |
No promises though, but it's worth a try :p |
Please read README.md in "pio" branch. This says you need to install all required libraries and remove main.cpp if you compile using Arduino IDE. You can install it using ANY of this two IDEs, however there is more work when you use Arduino. --- UPD: @golimonkey there is easy way using VSCode and its PlatformIO plugin. Just install it on any OS you working on and open the project directory, VSCode will do the rest. All necessary info is in README
|
@way5 Ty for instructions. I think I'll be able to do it now. I have two diy GBSC-s so I'll keep pio branch on one for testing. |
I often toggle line filter depending on what console I connect to GBSC and changeing profiles with OLED menu works good but linefilter setting doesnt change. I tried enableing Save filtering per slot option but it doesnt work with oled menu. Could someone add linefilter toggle in OLED menu somewhere? I tried to do it myself but cant understand the code properly.
Sorry if request is inappropriate.
The text was updated successfully, but these errors were encountered: