Quick check if running in server mode
()
| 359 | Returns (capable, reason). `reason` is empty when capable and is shown |
| 360 | verbatim in the UI/installer otherwise, so it has to name the board's |
| 361 | actual numbers - "not supported" alone sends people hunting. |
| 362 | """ |
| 363 | caps = self.capabilities |
| 364 | ram_gb = caps.total_ram_gb |
| 365 | |
| 366 | if caps.is_pi_zero: |
nothing calls this directly
no test coverage detected