Announcement

Collapse
No announcement yet.

Compilation Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compilation Error

    Hello,
    I bought a NodeMcu ESP32 WROOM-32.
    I added the card in the Plug_in by choosing Esp32_API and entering all the required data (the MAC address is not recognized on the card and I left the Default one). I downloaded the Ide 1.8.19 and I copied the new libraries (I use the version of the Plug-in 4.0.2.16 Beta).
    Without entering additional code yet, it gives me the following error:

    Arduino: 1.8.19 (Windows 7), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP / 1.5MB SPIFFS), 240MHz (WiFi / BT), QIO, 80MHz, 4MB (32Mb), 921600 , It is not"

    HomeSeerBoard1: 139: 29: fatal error: ESP32httpUpdate.h: No such file or directory

    compilation terminated.

    Multiple libraries were found for "WiFi.h"

    Used: C: \ Users \ _ \ AppData \ Local \ Arduino15 \ packages \ esp32 \ hardware \ esp32 \ 1.0.6 \ libraries \ WiFi

    Not used: C: \ Program Files (x86) \ Arduino \ libraries \ WiFi

    exit status 1

    ESP32httpUpdate.h: No such file or directory

    #2
    This might help...

    https://www.arduino.cc/reference/en/libraries/esp32httpupdate/

    Roger D

    Comment


      #3
      Originally posted by Roger D View Post
      Hello,

      thanks for the suggestion following your link I solved it.
      Is it normal that the compilation of the plug-in sketch alone, so without my code, occupies 70%?

      Thank you

      Lo sketch usa 929578 byte (70%) dello spazio disponibile per i programmi. Il massimo è 1310720 byte.
      Le variabili globali usano 43288 byte (13%) di memoria dinamica, lasciando altri 284392 byte liberi per le variabili locali. Il massimo è 327680 byte.

      Comment


        #4
        MaxFox,

        Sorry, I've just started using this plugin recently so I don't have anything to compare it to yet.

        Are you able to post your sketch?

        Roger D

        Comment

        Working...
        X