Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- globals:
- - id: litres_on_valve_open
- type: float[6]
- - id: retic_rate_calc_turn_on
- then:
- - lambda: |-
- int i = 1;
- id(litres_on_valve_open[i]) = id(grand_total_to_retic);
- error: no match for 'operator=' (operand types are 'esphome::globals::GlobalsComponent<float [6]>' and 'float')
- id(litres_on_valve_open[i]) = id(grand_total_to_retic);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement