Advertisement
bdnstn

Untitled

Apr 26th, 2024
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. globals:
  2.   - id: litres_on_valve_open
  3.     type: float[6]
  4.  
  5.   - id: retic_rate_calc_turn_on
  6.     then:
  7.       - lambda: |-
  8.           int i = 1;
  9.           id(litres_on_valve_open[i]) = id(grand_total_to_retic);
  10.  
  11. error: no match for 'operator=' (operand types are 'esphome::globals::GlobalsComponent<float [6]>' and 'float')
  12.            id(litres_on_valve_open[i]) = id(grand_total_to_retic)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement