Describe the problem
Periodically, the sketch code being compiled doesn't match the code in the editor:
Note that line 116 in the editor is:
i2sADC.setBuffers(4, BUF_SIZE);
but the spurious compiler error reports it as instead having the content:
i2sADC.setBuffers(, BUF_SIZE);
It is impossible to reproduce regularly because of random nature.
To reproduce
It is impossible to reproduce regularly because of random nature.
Expected behavior
Code passed to compiler faithfully reflects the code in the Arduino IDE editor.
Arduino IDE version
Any above v2.0
Operating system
Windows
Operating system version
Windows 11 x64
Additional context
Related:
Issue checklist
Describe the problem
Periodically, the sketch code being compiled doesn't match the code in the editor:
Note that line 116 in the editor is:
but the spurious compiler error reports it as instead having the content:
i2sADC.setBuffers(, BUF_SIZE);It is impossible to reproduce regularly because of random nature.
To reproduce
It is impossible to reproduce regularly because of random nature.
Expected behavior
Code passed to compiler faithfully reflects the code in the Arduino IDE editor.
Arduino IDE version
Any above v2.0
Operating system
Windows
Operating system version
Windows 11 x64
Additional context
Related:
editor.maxTokenizationLineLengthstandard value to minimum 750 #1614 (comment)Issue checklist