Matthijs Kooijman
Matthijs Kooijman
> Can you elaborate what the issue is? I am using armbian-next on OLIMEX Teres-A64 which sets: It looks like you are talking about a different issue. You're referencing the...
This PR has nothing to do with the devicetree, it is about u-boot script parameters that add kernel comandline parameters. @Kreyren mentioned devicetrees, but I think because they misunderstood. See...
This PR (or at least my usecase for it) is about overriding resolutions on an HDMI output, which *are* normally autodetected using EDID or something like that. This is distinct...
> It looks to me as the only question remaining is the renaming of the variable. I think this can be done :) I think the question posed here, about...
I'm also running into this problem with smokeping. Looks a bit like smokeping or the influx client package is expecting a JSON reply, but instead is getting an error, looking...
> In the meanwhile, godotenv, can be used to hack around the limitation. It seems that only works for options that can be set from the environment, which are just...
I just learned that there are extended options, that can be passed using `-o`. I previously suggested to let the config file use the same option names as the commandline,...
> Great! A workaround that might or might not work for other apps: use SecScanQR, scan the QR code and tap "Open in Web". This works if the app in...
This is related to https://github.com/arduino/arduino-builder/issues/86, I think the changes I have in mind for that issue will also fix this one.
I believe that `arduino-cli compile` has a `--clean` option that would achieve what you need. However, I also think that the caching code should handle this automatically, e.g. by tracking...