Skip to content

Small rule issue #10

@kakariki1

Description

@kakariki1

Hello CurlyMoo,

while playing around in Heishamon I found another small issue.
The following rule does not work -> ERROR: Unexpected token

on SetTargetTemperature($Temp) then
  print($Temp)
end

on System#Boot then
  #Setpoint = 33;
  #MainOutletTemp = 25;
  SetTargetTemperature(max(#MainOutletTemp, #Setpoint - 3));
end

After removing the "- 3" it works ...

I also found a small typo here

assert(a/sizeof(struct vm_vchat_t *)/2 <= 127);

vm_vchat_t should be vm_vchar_t

Best regards,
lakeroe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions