Fixing experimental_lib/example_lua, thanks @jmichelp !

This commit is contained in:
Philippe Teuwen 2024-10-28 00:48:23 +01:00
commit fe361cf30c
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
ln -fs ../build/libpm3rrg_rdv4.so pm3.so
ln -sf ../build/libpm3rrg_rdv4.so pm3.so
ln -sf ../../lualibs/dkjson.lua .

View file

@ -1,4 +1,4 @@
#!/usr/bin/env lua
#!/usr/bin/env lua5.4
local pm3 = require("pm3")
p=pm3.pm3("/dev/ttyACM0")