sr-frs-aprs-payload
alanbjohnston 3 years ago committed by GitHub
parent 6da665d387
commit 80e53bb812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,11 +19,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
FILE *telem_file;
#include "main.h"
int main(int argc, char * argv[]) {
FILE *telem_file;
char resbuffer[1000];
const char testStr[] = "cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//' | grep '902120'";

Loading…
Cancel
Save

Powered by TurnKey Linux.