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
One can use # symbol for #define and #include, but seems like in your arduino.php it is used for single-line comment. I've found this expression in your arduino.php: 'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
When I've removed , 2=>'#'
nothing has changed.
How to fix this?
The text was updated successfully, but these errors were encountered:
One can use # symbol for #define and #include, but seems like in your arduino.php it is used for single-line comment. I've found this expression in your arduino.php:
'COMMENT_SINGLE' => array(1 => '//', 2 => '#'),
When I've removed
, 2=>'#'
nothing has changed.
How to fix this?
The text was updated successfully, but these errors were encountered: