Skip to content

Commit e6f0471

Browse files
debug output changes
1 parent 219835d commit e6f0471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/device/comlynx/fuji.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void lynxFuji::comlynx_net_scan_result()
143143
if (n < _countScannedSSIDs)
144144
fnWiFi.get_scan_result(n, detail.ssid, &detail.rssi);
145145

146-
Debug_printf("SSID: %s - RSSI: %u\n", detail.ssid, detail.rssi);
146+
Debug_printf("SSID: %s - RSSI: %d\n", detail.ssid, detail.rssi);
147147

148148
memset(response, 0, sizeof(response));
149149
memcpy(response, &detail, sizeof(detail));

0 commit comments

Comments
 (0)