ArduPilot / WebTools

GNU General Public License v3.0
23 stars 21 forks source link

HardwareReport: add AP_Periph version check #175

Closed IamPete1 closed 2 months ago

IamPete1 commented 2 months ago

Adds a version check for AP periph nodes on the DroneCAN. Works the same as the one for the main firmware.

image

Also improves handling of API rate limit, its still quite hard to hit but this does make it more likely.