This website works better with JavaScript.
首頁
說明
登入
hms
/
aptdec
镜像来自
https://github.com/Xerbo/aptdec
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
Fix typo
tags/v1.8.0
Liam
2 年之前
committed by
GitHub
父節點
4a00dac06b
當前提交
51405971fd
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
4AEE18F83AFDEB23
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/image.c
+ 1
- 1
src/image.c
查看文件
@@ -388,7 +388,7 @@ static double tempcal(float Ce, int satnum, tempparam_t * rgpr) {
// Convert to celsius
T -= 273.15;
// Rescale to 0-255 for -1
20°C to +4
0°C
// Rescale to 0-255 for -1
00°C to +6
0°C
T = (T + 100.0) / 160.0 * 255.0;
return T;
Write
Preview
Loading…
取消
儲存