Justin Marentette
Justin Marentette
Yeah, on Windows the devKitPro path is hardcoded by default for now. On Linux, an environment variable is set normally during installation, but not for Windows. I plan on either...
Yep, normally forward slashes are fine, but those particular paths are being passed as strings for command line arguments directly, so they don't get normalized. More testing is definitely appreciated....
You are asking if it's possible to send a request to the configuration server on the ESP8266 to change the text, right? Currently, the idea was just for the display...
It is possible to send a config file directly via HTTP requests, currently. The /config endpoint allows retrieving and setting the JSON configuration, as is done in the dashboard: https://github.com/TheLogicMaster/ESP-Smart-Display/blob/d9a83e5401a1670bbaf25849f980beee0bcf9980/dashboard/src/main.js#L747...
From what I can tell, that error happens when it looks at 0x1000 for the bootloader and fails to find it. This project uses a custom flash partition layout, so...
Hi, for the different binaries, the ones with "firmware" prefixed contain just the firmware part for updates and not the filesystem and the "fs" ones contain just the filesystem. The...
> @TheLogicMaster what was the reason for downloading them to the `~/homebrew/animations` folder instead? > > I'm guessing there were some limitations or you wanted to be able to choose...
Yeah, the concern for me was the amount of complexity added with regards to keeping track of copied animations and the UI required to manage it all. I was thinking...
This plugin doesn't really have any control over how the animation plays, so any issues in this vein are probably just limitations of the Steam deck UI. All this plugin...
The new version 3 release did mess with some of the paths on Windows in response to devKitPro changes, but I'm not sure if that would address either of those...