Shunt out more things for camera + bluetooth when not there.

This commit is contained in:
Brad Nelson
2023-01-14 15:05:44 -08:00
parent 600e82d67e
commit 106fdcb63d
4 changed files with 18 additions and 4 deletions

View File

@ -12,6 +12,8 @@
\ See the License for the specific language governing permissions and
\ limitations under the License.
DEFINED? bluetooth [IF]
( Lazy loaded Bluetooth Serial Terminal )
: bterm r|
vocabulary bterm bterm definitions
@ -34,3 +36,5 @@ name 0 bt SerialBT.begin drop
only forth definitions
bterm 500 ms bt-on
| evaluate ;
[THEN]