added EmuMeter tailored to updated Salidomo

This commit is contained in:
Yinyin Liu 2025-11-21 06:52:41 +01:00
parent aa2248cf32
commit 13b3e8cd63
7 changed files with 6 additions and 0 deletions

BIN
firmware/EmuMeter/EmuMeter Executable file

Binary file not shown.

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec multilog t s25000 n4 /var/log/EmuMeter

Binary file not shown.

3
firmware/EmuMeter/service/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec softlimit -d 100000000 -s 1000000 -a 100000000 /data/EmuMeter/EmuMeter

View File

Binary file not shown.