-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
In step 7 of the 'Firmware Setup' section of the readme, the hyperlink for the sensor array points here:
Lines 204 to 209 in 365fed5
| for (size_t i = 0; i < num_sensors_; ++i) { | |
| if (individual_states_[i] == SensorState::ON) { | |
| turn_on = true; | |
| break; | |
| } | |
| } |
where it should be pointing here:
Lines 428 to 433 in 365fed5
| Sensor kSensors[] = { | |
| Sensor(A0), | |
| Sensor(A1), | |
| Sensor(A2), | |
| Sensor(A3), | |
| }; |
not super crucial but could be confusing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels