Replies: 1 comment 1 reply
-
|
There very much is/was an issue see: I suggest you grab the latest version of the code and give it a bash: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a change in the platformio base that is causing iSpindle to fail to compile?
I just downloaded platformio from their website here:
https://docs.platformio.org/en/latest//core/installation/methods/installer-script.html
And used the get-platformio.py to install platformio (latest version I would assume).
I then tried to build iSpindel by just running
[path to platformio.exe]\platformio.exe run
This installed the various modules that are required and started the build but I am getting the below compilation failures:
It looks like there is a type conversion error in iSpindel.cpp line 606 where a String is now being returned by sender.sendTCP but the function expects to return a bool.
And HTTPClient::begin is now obsolete.
Do I need to install a older version of something and how do I do that?
Beta Was this translation helpful? Give feedback.
All reactions