Skip to content

print redirect not supported #751

@kattni

Description

@kattni

The following line of code should send the data to the file created during with open("/sd_card/log.txt", "a") as sdc: in csv format:

print(time_stamp, temperature, humidity, battery_voltage, sep=',', file=sdc)

Instead it prints to the serial console in csv format, and does not print to the file.

We should throw an exception to show this is not supported.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions