Mercurial > code > home > repos > light9
comparison makefile @ 2324:4b331ac7784f
reminder of how to get mic monitor
author | drewp@bigasterisk.com |
---|---|
date | Thu, 01 Jun 2023 14:21:51 -0700 |
parents | 1aaa449e89d0 |
children | 45975e8f16f0 |
comparison
equal
deleted
inserted
replaced
2323:855f1abf5c66 | 2324:4b331ac7784f |
---|---|
73 | 73 |
74 no_screen_blanking: | 74 no_screen_blanking: |
75 xset s off | 75 xset s off |
76 xset -dpms | 76 xset -dpms |
77 | 77 |
78 pulseaudio_loopback_device: | |
79 pactl load-module module-loopback | |
80 | |
78 show_data_checkpoint: | 81 show_data_checkpoint: |
79 hg add ${LIGHT9_SHOW} | 82 hg add ${LIGHT9_SHOW} |
80 hg com ${LIGHT9_SHOW} -m "checkpoint show data" | 83 hg com ${LIGHT9_SHOW} -m "checkpoint show data" |
81 | 84 |
82 ### pi setup ### | 85 ### pi setup ### |