-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
The current opt-in report feature has an issue where it does not report the SPRAM size, but how much PSRAM is unused if the hardware has PSRAM and running software build with PSRAM
Update the /info endpoint to add a new field that is a boolean hasPSRAM if the hardware has PSRAM, add a paramSize field that includes the size of the PSRAM in MB, send both of these in the in UsageReport
Copilot