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
Just to add to the above. I commented out lines 407 and 408 of main.py on the device and rebooted. The first line then wasn't bold. However, as soon as I change a variable in Balena cloud and save the changes, the main.py on the device reverts to the original and once again the first line is in bold.
I have discovered the issue! All of the true / false flags in the variables are set to lower case. Python is case sensitive and expects the first letter of a True of False flag to be capitalised.
As soon as I changed the variables to either True or False, things started displaying as I would expect.
Hi,
First of all, thank you for this project. I have just this week built a departure board using the instructions at balena.
One thing not working for me though - I have set firstDepartureBold to false, but the first departure still shows in bold.
Regards,
Chris
The text was updated successfully, but these errors were encountered: