Skip to content

Commit

Permalink
change filename to include millis for replay synchronisation (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyBloxx authored Jan 11, 2025
1 parent 64dbfab commit f957bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-hulks/conf/distro/HULKs-OS.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ SUMMARY = "HULKs flavoured Nao"

DISTRO = "HULKs-OS"
DISTRO_NAME = "HULKs-OS"
DISTRO_VERSION = "8.0.0"
DISTRO_VERSION = "8.0.1"
SDKIMAGE_FEATURES:remove = "dbg-pkgs src-pkgs"
2 changes: 1 addition & 1 deletion meta-hulks/recipes-hulks/hulk/hulk/launchHULK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

CURRENT_DATE=$(date +%F_%T)
CURRENT_DATE=$(date +%Y-%m-%dT%H:%M:%S.%3N%:z)
INTERNAL_LOG_PATH=/home/nao/hulk/logs/${CURRENT_DATE}
EXTERNAL_LOG_PATH=$(grep -m1 '^/dev/sda1' /proc/mounts | cut -d ' ' -f 2)/logs

Expand Down

0 comments on commit f957bf0

Please sign in to comment.