Giter VIP home page Giter VIP logo

Comments (6)

lucaberta avatar lucaberta commented on July 22, 2024

I too am running into the "save to flash error" and it's not clear what this means. Some more clarity is definitely needed!

from espeasy.

psy0rz avatar psy0rz commented on July 22, 2024

proving to be a bit more work than expected, adding error checking everywhere and cleanup flashcounting and webgui-feedback.

error checking is very important to prevent very hard to debug problems when someone just has bad flash memory.

from espeasy.

psy0rz avatar psy0rz commented on July 22, 2024

already discovered a bug by these new checks: security.dat was 512 bytes but this is too small for current security struct.

from espeasy.

psy0rz avatar psy0rz commented on July 22, 2024

still have to test this, for now: if i made a mistake, major stuff will be broken :)

from espeasy.

psy0rz avatar psy0rz commented on July 22, 2024

@mvdbro tomorrow i will add -Wall and -Werror to the compiler flag to fix lots of obscure errors. for example:

warning: control reaches end of non-void function [-Wreturn-type]

because warnings where off, i didnt get this error, and i had some strange crashes. for example adding
if (false) { return(""); } crashed, and removing that line didnt crash. after adding a return("") to the end of the function things where fine. that took some hours to debug :P

from espeasy.

psy0rz avatar psy0rz commented on July 22, 2024

saw another issue with save errors, will look at that one.

from espeasy.

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.