Community Forum
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Procédure mise à jour sans fil (OTA) pour WifInfo

    Scheduled Pinned Locked Moved WifInfo
    wifinfowifiotanodemcuesp8266
    2 Posts 2 Posters 3.9k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CharlesC Offline
      Charles
      last edited by

      Bonjour,
      Vous trouverez la procédure de mise à jour sans fil pour WifInfo dans l'article dédié
      suivant

      1 Reply Last reply Reply Quote
      • M Offline
        Marco40
        last edited by

        Bonjour

        J'ai fait une modification pour transférer les fichiers spiffs en OTA à partir de la page html car j'avais une erreur.
        J'ai peut-être un problème de version, je met le code de la modification si ça peux servir:

        	//ajout pour spiffs
        	int command = U_FLASH;
        	if (strstr(upload.filename.c_str(), "spiffs"))
        	{
        		command = U_SPIFFS;
        		//Debugln("command = U_SPIFFS");
        	}
        	//else
        		//Debugln("command = U_FLASH");
        
        
        
        	if (!Update.begin(maxSketchSpace,command))--->ligne 694 modifiée de Wifinfo.ino.
        
        1 Reply Last reply Reply Quote

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post

        3

        Online

        5.8k

        Users

        552

        Topics

        5.2k

        Posts

        Top Topics

        • Accès à l'interface Serial et/ou Reset du Winky
          Nicolas BernaertsN
          Nicolas Bernaerts
          0
          6
          193

        Popular Tags

        teleinfo
        25 topics
        arduino
        19 topics
        remora
        16 topics
        esp8266
        10 topics
        arduipi
        10 topics
        raspberry
        8 topics
        wifinfo
        7 topics
        broadcast
        7 topics
        Copyright © 2022 Charles-Henri Hallard | Return to blog page | Powered by NodeBB