diff options
| author | Omar Rizwan <omar@omar.website> | 2022-07-22 17:25:00 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2022-07-22 17:25:00 +0000 |
| commit | 3dda46dd7eab54d7e78e57719200656c63492d04 (patch) | |
| tree | 4a1e0a78e43f5bbb01841d1764cd1ca2df12135b /virtual-programs | |
| parent | calibration overlays (diff) | |
| download | folk-3dda46dd7eab54d7e78e57719200656c63492d04.tar.gz folk-3dda46dd7eab54d7e78e57719200656c63492d04.zip | |
proper print gating
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/print.folk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual-programs/print.folk b/virtual-programs/print.folk index 62d6a2a8..3076a229 100644 --- a/virtual-programs/print.folk +++ b/virtual-programs/print.folk @@ -1,4 +1,4 @@ -# if {[info hostname] != "folk0.local"} { return } +# if {[info hostname] != "folk0"} { return } if {[llength [namespace which tagImageForId]] < 1} { puts "RUNRUN [namespace which tagImageForId]" @@ -7,7 +7,7 @@ if {[llength [namespace which tagImageForId]] < 1} { source "pi/critclUtils.tcl" critcl::tcl 8.6 - if {[info hostname] == "folk0.local"} { + if {[info hostname] == "folk0"} { critcl::cflags -I/home/pi/apriltag -Wall -Werror critcl::clibraries /home/pi/apriltag/libapriltag.a } else { |
