-
-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: missing terminating " character #765
Comments
Please share here |
original version https://github.com/kmaximv/Wi-Fi-Sensor |
Try to remove Cyrillic comments. |
removed, still have problem |
Where is updated file? |
imho overly long string in quotes. if I it is reduced to a few lines, then it becomes normal |
The problem is linked with INO > CPP converter. If you convert your source code to CPP manually, you will not have problems. In any case, this is a bug and I'm working on it. |
Please re-test with http://docs.platformio.org/en/stable/installation.html#development-version |
* develop: Fix incorrect line order when converting from INO to CPP and pointer is used Fix unit test Notify about `version` field when creating library Add support for SparkFun Blynk Board Return valid exit code from ``plaformio test`` command Disable SSL Server-Name-Indication for Python < 2.7.9 Version bump to 3.0.1 (issue #772) Disable temporary SSL for PlatformIO services // Resolve #772 Version bump to 3.0.0 (issues #770, #766, #747, #730, #765, #640, #659, #742, #459, #542, #763, #759, #753, #757, #749, #748, #745, #519, #709, #743, #413, #498, #410, #740, #361, #414, #554, #732, #588, #475, #461, #101, #719, #721, #537, #415, #522, #289, #556, #570, #456, #617, #432, #408, #479, #667, #510) Fix menu height for docs Fix issue with multiple archives when linking firmware Add migration guide for PIO2 to PIO3 Search libraries by headers/includes with ``platformio lib search --header`` option Update pio run command examples Add Unit Testing Demo Update PIO Plus badge title and link Add PlatformIO Plus badge Add links to PlatformIO Plus
Configuration
Operating system:
MAC OSX
PlatformIO Version (
platformio --version
):PlatformIO, version 2.11.2
Description of problem
not build it
on original Arduino IDE no problem
Steps to Reproduce
2.
3.
Actual Results
/Users/KOCMOHABT/Documents/Arduino/Scetches/Wi-Fi-Sensor-master/esp_sensor/src/esp_sensor.ino:268:1: warning: missing t
erminating " character [enabled by default]
"<SCRIPT>
^
/Users/KOCMOHABT/Documents/Arduino/Scetches/Wi-Fi-Sensor-master/esp_sensor/src/esp_sensor.ino:268:1: error: missing ter
minating " character
Expected Results
If problems with PlatformIO Build System:
The content of
platformio.ini
:[env:esp8285]
platform = espressif
framework = arduino
board = esp8285
Source file to reproduce issue:
Additional info
The text was updated successfully, but these errors were encountered: