Update shared memory file path

This commit is contained in:
wheaney 2024-04-20 14:57:10 -07:00
parent fd4c60336a
commit 6a4de14eb4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import { degreeToRadian } from "./math.js";
import { getShaderSource } from "./shader.js";
import { getEpochSec } from "./time.js";
export const IPC_FILE_PATH = "/dev/shm/imu_data";
export const IPC_FILE_PATH = "/dev/shm/breezy_desktop_imu";
// the driver should be using the same data layout version
const DATA_LAYOUT_VERSION = 1;