Skip to content
Snippets Groups Projects
Commit 56204690 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Changed the TimesToMeasure max to 10000

parent 41f7c1f5
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ Status current_status = Status::Ready;
InternalStatus current_internal_status = InternalStatus::NotZeroed;
/* Result Storage */
#define result_buffer_length 500
#define result_buffer_length 10000
unsigned long result_buffer[result_buffer_length];
unsigned int result_number = 0;
......
......@@ -170,7 +170,7 @@
</div>
<div class="box niceBorder">
<div style="padding: 5px;">Times to Meassure:</div>
<input type="number" id="numberOfCycles" min="1" max="500" value="1">
<input type="number" id="numberOfCycles" min="1" max="10000" value="1">
<div class="button" onclick="startMeasureN()">Meassure!</div>
<div class="button" style="background-color: #dc3545;" onclick="makeRequest('abort')">Abort!</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment