We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec904f commit 7c1e4b0Copy full SHA for 7c1e4b0
tabs/firmware_flasher.js
@@ -139,7 +139,7 @@ TABS.firmware_flasher.initialize = function (callback) {
139
TABS.firmware_flasher.releases = releases;
140
};
141
142
- $.get('https://api.github.com/repos/iNavFlight/inav/releases', function (releasesData){
+ $.get('https://api.github.com/repos/iNavFlight/inav/releases?per_page=10', function (releasesData){
143
TABS.firmware_flasher.releasesData = releasesData;
144
buildBoardOptions();
145
0 commit comments