Closed JoeThompsonGitHub closed 3 years ago
I have rectified the lack of feature by editing the blynk libraries which are imported into the .pio folder when the first compiling has happened. Editing .pio\libdeps\d1_mini\Blynk\src\Blynk\BlynkConfig.h and changing the domain and port to your local server and custom server port. Then editing \pio\lib\Sender\Sender.cpp with a new blynk server IP. Doing these two things allows for a custom blynk server to be used. Would be good as part of the API dropdown list though to simplify the user experience.
I think this was attempted once before: https://github.com/universam1/iSpindel/pull/418
You are right, looks like its been done another way. My solution also works but involves a lot less work,
https://github.com/universam1/iSpindel/pull/418 does seem to add the drop down option in. Never tried it out as I don't use blink.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm submitting a ...
Could there be a way to include local server blynk? I run a local server and dont want to use the blynk cloud to receive my data. Could there be an addition to include a custom server and port please?