Picking up changes I had made before migrating to 18 column
This commit is contained in:
parent
de2262f747
commit
a982223055
1 changed files with 9 additions and 0 deletions
9
exercises/26_Bluetooth_discover/scripts/import_exercise_26_ble_log.pl
Executable file → Normal file
9
exercises/26_Bluetooth_discover/scripts/import_exercise_26_ble_log.pl
Executable file → Normal file
|
|
@ -15,6 +15,15 @@
|
||||||
./import_exercise_26_ble_log.pl \
|
./import_exercise_26_ble_log.pl \
|
||||||
--db ble_fieldtest_20260525_1945_ed_flo.sqlite \
|
--db ble_fieldtest_20260525_1945_ed_flo.sqlite \
|
||||||
--log "$ED_LOG"
|
--log "$ED_LOG"
|
||||||
|
|
||||||
|
sqlite3 ble_fieldtest_20260526_0334_bob_cy_ed_flo.sqlite < create_exercise_26_ble_schema.sql
|
||||||
|
export DB_BLE=ble_fieldtest_20260526_0334_bob_cy_ed_flo.sqlite
|
||||||
|
|
||||||
|
export BOB_LOG=/home/jlpoole/work/tbeam/logs/bob/20260526_033431_BOB_ble_search.log
|
||||||
|
./import_exercise_26_ble_log.pl \
|
||||||
|
--db $DB_BLE \
|
||||||
|
--log "$BOB_LOG"
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
# Manifest:
|
# Manifest:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue