From 5181f1b54842d379786e9cf4d868910dce4ecb57 Mon Sep 17 00:00:00 2001 From: Michael Cheich <52792043+ProgrammingElectronics@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:20:21 -0400 Subject: [PATCH] Update example link for collecting data from sensors Link is broken, updated to target directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f70e02..55dfaefc 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Before you can classify data you'll first need to collect it. If you want to col ### Collecting data from other sensors -To collect data from other sensors you'll need to write some code where you instantiate a `DataForwarder` object, write data samples, and finally call `finalize()` which uploads the data to Edge Impulse. [Here's an end-to-end example](https://github.com/edgeimpulse/edge-impulse-linux-cli/blob/master/examples/collect-custom.ts). +To collect data from other sensors you'll need to write some code where you instantiate a `DataForwarder` object, write data samples, and finally call `finalize()` which uploads the data to Edge Impulse. [Here's an end-to-end example](https://github.com/edgeimpulse/edge-impulse-linux-cli/blob/master/examples/js/collect-custom.js). ### CLI Options