mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #316] Non homogenous behaviour of LED in exam mode #141
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Overengined on GitHub (Mar 5, 2023).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/316
Describe the bug
Exam mode LED is bahving differently depending on whether the device is on or off.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The LED should blink at the same speed, otherwise an over-zealous examinator might find it supsicious.
Device (please complete the following information):
4acc79f(seems to be version independant tho)
@0x4c756e61 commented on GitHub (Mar 5, 2023):
I was able to reproduce it, and it looks like it is slower when we turn off the calculator
@Overengined commented on GitHub (Mar 5, 2023):
Can confirm
@theodorechle commented on GitHub (Mar 11, 2023):
Same thing when it does something (calculation, execution of a program, ...). It's faster than when it does nothing.
@Overengined commented on GitHub (Mar 24, 2023):
In my opinion this issue should get tagged in a way that illustrates its importance. I'm not saying we're dealing with something major here, but since it's related to the exam mode, it deserves some attention.
@NowanPython commented on GitHub (Sep 17, 2023):
I just checked the exam mode and I noticed that when using ΧCAS'
plot3dit blinks so fast that anyone would probably find it suspicious.@Overengined commented on GitHub (Sep 19, 2023):
@Lauryy06 would it be possible to kncrease the priority of this issue ? We dont have ans idea why its happening. My best guess would be that the blinking is set with cpu cycles and so when they get longer the blinking gets slower. Opposite works too.
@Lisra-git commented on GitHub (Sep 19, 2023):
Hard to fix this issue, it exist since Omega and was only "fixed" partially in Epsilon recently.
@Overengined commented on GitHub (Sep 19, 2023):
How did they do it ?
@GillesSchippers commented on GitHub (Dec 24, 2023):
Exactly, I will try and see what they changed. Hope that change isn't too big or complicated.
@Lisra-git commented on GitHub (Dec 24, 2023):
Surprise, source is private
@GillesSchippers commented on GitHub (Dec 24, 2023):
Huh? I thought they still had the repo updated, perhaps I am mistaken 😭
@Overengined commented on GitHub (Dec 25, 2023):
The Epsilon OS isn't private, but it has gone from free software to closed source. So you legally cannot copy anything they do in their code.
@AngeDieu commented on GitHub (Dec 25, 2023):
but can you get inspired by their code and then make a other similar one, or not similar ?
@GillesSchippers commented on GitHub (Dec 25, 2023):
Yes you can, as long as it is not a direct copy, but will probably remain in a grey area
@GillesSchippers commented on GitHub (Dec 25, 2023):
Then we will just observe how they fixed it, and implement it similarly or differently, as long as the issue is fixed and nothing illegal has been done
@Lisra-git commented on GitHub (Dec 25, 2023):
The relevant code is private
@GillesSchippers commented on GitHub (Dec 25, 2023):
Seriously...
Then we would have to look at this issue ourselves.
Once I am back home from my vacation I'll try and see what is up with this