diff --git a/src/lib/constants/faq.svelte b/src/lib/constants/faq.svelte index 426f9ca8..579f3d43 100644 --- a/src/lib/constants/faq.svelte +++ b/src/lib/constants/faq.svelte @@ -636,7 +636,7 @@ question: 'What do I do if my device arrives damaged?', answer: `

- Please alert us to any issues with your order within 3 days of delivery by opening a support ticket here and including pictures of both the product and packaging. We may not be responsible for damages if we are not notified within this window. + Please alert us to any issues with your order within 14 days of delivery by opening a support ticket here and including pictures of both the product and packaging. We may not be responsible for damages if we are not notified within this window.

If we receive a damaged device returned to us, we will deduct the cost of the repair from your return. We are not responsible for lost or damaged items mailed back to us and recommend using the original packaging to make a return or carefully padding your device when sending it back. diff --git a/src/lib/data/products.js b/src/lib/data/products.js index 513cf088..0ebf28a4 100644 --- a/src/lib/data/products.js +++ b/src/lib/data/products.js @@ -229,7 +229,7 @@ export const products = { notes: [ { title: "Product Compatibility", - content: "This product is only for the comma 3/3X.", + content: "This product is only for the comma 3/3X. comma four has a built-in eSIM.", }, { title: "Note", @@ -240,7 +240,7 @@ export const products = { description: ` Description

- This is a replacement for the SIM that ships with the comma four to support comma prime. + This is a replacement for the SIM that ships with the comma 3X to support comma prime. This is NOT needed or compatible with comma four, which uses a built-in eSIM.

See how to replace the SIM card in a comma 3/3X diff --git a/src/routes/shop/body/+page.svelte b/src/routes/shop/body/+page.svelte index c4458b48..3825bb8d 100644 --- a/src/routes/shop/body/+page.svelte +++ b/src/routes/shop/body/+page.svelte @@ -58,7 +58,7 @@

The comma 3X has 3 cameras, broadcast with sub 100 ms latency through an H265 encoder. - Onboard, it has a Kalman filter running at 100Hz integrating the IMU and camera odometry to determine it's 3-DoF position. + Onboard, it has a Kalman filter running at 100Hz integrating the IMU and camera odometry to determine its 3-DoF position. With the addition of a little SLAM, it will be easy to get 6-DoF that exceeds the precision of VR headsets. It also integrates with Plotjuggler for plotting and debugging.