-
Notifications
You must be signed in to change notification settings - Fork 125
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 compilling #109
Labels
bug
Something isn't working
Comments
What happens if you replace all |
I use example in folder and compile (arduion)
…On Wed, Jan 26, 2022, 10:50 PM PB2 ***@***.***> wrote:
What happens if you replace all strtof() calls to strtod()? Does the
error go away?
—
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXPJYSNJM2JEB3L7N76S4O3UYAJ53ANCNFSM5M3LRS4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No, if you go into ELMduino.cpp and replace all instances of |
It complied and No error
ในวันที่ พฤ. 27 ม.ค. 2022 เวลา 00:03 PB2 ***@***.***>
เขียนว่า:
… No, if you go into ELMduino.cpp and replace all instances of strtof to
(float)strtod, do you still get a compile time error?
—
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXPJYSPJKZ7VGWQJWA3OOXTUYASMPANCNFSM5M3LRS4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Fixed in 3.0.1 |
for use , i must setting HC05 in AT MODE right?
ในวันที่ พฤ. 27 ม.ค. 2022 เวลา 12:41 PB2 ***@***.***>
เขียนว่า:
… Fixed in 3.0.1
<https://github.com/PowerBroker2/ELMduino/releases/tag/3.0.1>
—
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXPJYSNAHYNH6MZPIGJIUADUYDLHTANCNFSM5M3LRS4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Arduino: 1.8.19 (Windows 10), Board: "Arduino Uno"
C:\Users\Aekkarad\Documents\Arduino\libraries\ELMDuino-3.0.0\src\ELMduino.cpp: In member function 'float ELM327::batteryVoltage()':
C:\Users\Aekkarad\Documents\Arduino\libraries\ELMDuino-3.0.0\src\ELMduino.cpp:2632:11: error: 'strtof' was not declared in this scope
C:\Users\Aekkarad\Documents\Arduino\libraries\ELMDuino-3.0.0\src\ELMduino.cpp:2632:11: note: suggested alternative: 'strtok'
exit status 1
Error compiling for board Arduino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
The text was updated successfully, but these errors were encountered: