kolos
kolos
"AMF currently offers two components to perform display capture. One legacy component is using the Microsoft DXGI Desktop Duplication API (DD), while the new component utilizes an AMD’s proprietary API...
"User data" partition definitions needs to be moved from LittleFS.cpp to the boards definitions. Currently hardcoded for my test board variant: CB2S
Don't just trust the content type header, check for the content for parameters too. This is useful when JSON is posted with the content type application/x-www-form-urlencoded. It should not be...
Use route cache automatically the same way as the config cached. It saves ~3ms on every request for me.