Coder Social home page Coder Social logo

Comments (2)

pinkfoxware avatar pinkfoxware commented on June 4, 2024 1

Blynk library version: [1.2.0 installed]
IDE: [Arduino]
IDE version: [2.1.0]
Board type: [Arduino UNO Wifi Rev.2]
Additional modules: [WiFiNINA]
OS: Windows 10 x64

Scenario, steps to reproduce

Install Blynk via Arduino IDE, use #include <BlynkSimpleWiFiNINA.h> to setup for the Uno WiFi Rev.2 and attempt compilation when inserting necassary functions.

Expected Result

Compiles and allows completion of template setup.

Actual Result

Fails to compile in the same manner as described above. Compile error does suggest the changing of atoll to atol on lines 50 and 91 of BlynkParam.h
Following a frantic search, I find fourm posts similar to the ones described above detailing the issue and suggesting the same fix. atoll was changed to atol as follows.

Changed line 50 to:
long long asLongLong() const { return atol(ptr); }
Changed line 91 to:
long long asLongLong() const { return atol(buff); }

Now compiles without error and I've been able to use the Uno Wi-Fi Rev.2 without fault for both input and output of data to the Blynk service. Quick fix unless this does affect functionality else where. For now, I haven't discovered any such problems or experienced any other issues following this fix.

Adding under this issue as I'm most definite that the issue is identical for the user above me and want to inform that this issue occurs with the verison of the Blynk library downloaded via IDE and while using the include mentioned in the scenario.

from blynk-library.

vshymanskyy avatar vshymanskyy commented on June 4, 2024

Fixed in v1.3.2. Thanks for reporting it

from blynk-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.