Skip to content

Commit 9633004

Browse files
CopilotMrAlders0n
andcommitted
Add JSDoc documentation for sampleCount parameter
Co-authored-by: MrAlders0n <55921894+MrAlders0n@users.noreply.github.com>
1 parent d5592e5 commit 9633004

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/wardrive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,6 +3169,7 @@ function toggleRxLogBottomSheet() {
31693169
* @param {number} lat - Latitude
31703170
* @param {number} lon - Longitude
31713171
* @param {string} timestamp - ISO timestamp
3172+
* @param {number} [sampleCount=1] - Number of samples aggregated in this entry
31723173
*/
31733174
function addRxLogEntry(repeaterId, snr, rssi, pathLength, header, lat, lon, timestamp, sampleCount = 1) {
31743175
const entry = {

0 commit comments

Comments
 (0)