This shows you the differences between two versions of the page.
|
iothings:laboratoare:2025_code:lab6_5 [2025/10/28 15:58] dan.tudose |
iothings:laboratoare:2025_code:lab6_5 [2025/10/28 15:59] (current) dan.tudose |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| # Nice, unambiguous filenames | # Nice, unambiguous filenames | ||
| - | OUTFILE = f"raw_data_label_{LABEL_NAME if args.string_label else LABEL_ID}.csv" | + | OUTFILE = f"raw_data_label{LABEL_NAME if args.string_label else LABEL_ID}.csv" |
| def open_serial(): | def open_serial(): | ||