Commit 07715e0
authored
Fix robot message type POPUP (UniversalRobots#335)
Before it was using the name PROGRAM_STATE_MESSAGE_VARIABLE_UPDATE
As far as I can see that error has been there for all eternity, but that
type es never used anywhere.
Strictly speaking, this would be breaking API, but the old naming was
clearly wrong, so users should not rely on that faulty behavior. Also
parsing that type is not implemented in the library, so this is most
probably not used by anybody. That would be my argument to make that
change without major-bumping the library. @urrsk @urmahp would you
agree?1 parent d2c899b commit 07715e0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments