You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to compile the sketch I get the following compilation error:
C:\Users\bvkrieken\OneDrive - Conclusion\Documents\Arduino\projects\IRController\IRController.ino:2446: error: extended character is not valid in an identifier
2446 | </style><meta data-hydrostats="publish"/> <button hidden="" data-testid="header-permalink-button" data-hotkey-scope="read-only-cursor-text-area"></button><button hidden=""></button><div><div style="--sticky-pane-height:100vh" class="Box-sc-g0xbh4-0 hOfjFo"><div class="Box-sc-g0xbh4-0 oDGAe"><div class="Box-sc-g0xbh4-0 kowOcT"><div tabindex="0" class="Box-sc-g0xbh4-0 gISSDQ"><div class="Box-sc-g0xbh4-0 fLEPlD"><div class="Box-sc-g0xbh4-0 hPvFuC"></div><div style="--pane-width:320px" class="Box-sc-g0xbh4-0 fFSoPl"></div><div class="Box-sc-g0xbh4-0 bTBnTW"><div role="slider" aria-label="Draggable pane splitter" aria-valuemin="0" aria-valuemax="0" aria-valuenow="0" aria-
... cut to meet max character limit ...
k">include</span> <span class="pl-s"><span class="pl-pds"><</span>FS.h<span class="pl-pds">></span></span> <span class="pl-c"><span class="pl-c">//</span> This needs to be first, or it all crashes and burns</span></div></div></div><div class="react-code-text react-code-line-contents" style="min-height:auto"><div><div id="LC2" class="react-file-line html-div" data-testid="code-cell" data-line-number="2" style="position:relative">
|
C:\Users\bvkrieken\OneDrive - Conclusion\Documents\Arduino\projects\IRController\IRController.ino:2446: error: extended character is not valid in an identifier
C:\Users\bvkrieken\OneDrive - Conclusion\Documents\Arduino\projects\IRController\IRController.ino:2446: error: extended character is not valid in an identifier
C:\Users\bvkrieken\OneDrive - Conclusion\Documents\Arduino\projects\IRController\IRController.ino:2685:9: error: extended character ’ is not valid in an identifier
2685 | You can’t perform that action at this time.
| ^
exit status 1
Compilation error: extended character is not valid in an identifier
What am I doing wrong? I have the latest IDE version and all libraries are up to date 😕
The text was updated successfully, but these errors were encountered:
You might need to just redownload the script, seems like perhaps you've got some invalid characters or something, did you copy and paste the code from somewhere like a word processor before pasting it into the IDE?
And what IDE? You should use PlatformIO as your IDE if you're not using that
Hi,
While trying to compile the sketch I get the following compilation error:
What am I doing wrong? I have the latest IDE version and all libraries are up to date 😕
The text was updated successfully, but these errors were encountered: