Skip to content

Commit

Permalink
Increase max results per page for multi protocol repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elecpower committed Mar 19, 2024
1 parent d3b92e0 commit 61e3a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/updates/updatemultiprotocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ UpdateMultiProtocol::UpdateMultiProtocol(QWidget * parent) :
UpdateInterface(parent, CID_MultiProtocol, tr("Multiprotocol"))
{
// GitHub REST API default ResultsPerPage = 30
init(QString(GH_API_REPOS).append("/pascallanger/DIY-Multiprotocol-TX-Module"), "", 50);
init(QString(GH_API_REPOS).append("/pascallanger/DIY-Multiprotocol-TX-Module"), "", 100);
}

void UpdateMultiProtocol::assetSettingsInit()
Expand Down

0 comments on commit 61e3a62

Please sign in to comment.