Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Modifying the firmware #49354

    PatMan
    Participant

    @komoya Thanks, your suggestion to remove the brackets on “#ifndef(ESP8266)” worked like a charm. Managed to compile and get the code on my Wemos D1 Mini working.

    Not sure why you could not receive the initial WIFI SSID from the device. Mine worked fine. However, some issues I faced were:

    1. ESP8266 core 2.4.1 did not work. Had to use the older 2.2.0 core. Perhaps you could experiment with different versions to solve the WIFI SSID problem.

    2. The latest SSD1306 OLED driver from the link earlier on this thread did not work. Had to locate an older version here. Just use the latest version on the list.

    in reply to: Modifying the firmware #49334

    PatMan
    Participant

    Hi, am really new to microprocessors and compiling stuff. Trying to compile the code for my Wemos D1 Mini. Running Windows 10 and using Arduino IDE v.1.8.5 to compile.

    Have fixed all the Updater.h and Time.h issues discussed above but the compiler still throws up the following problem when running the mainArduino.ino sketch:

    error: macro names must be identifiers
    #ifndef(ESP8266)

    I’ve followed TeguhTeknisi’s method and tried ESP8266 cores 2.2.0, 2.3.0 and 2.4.1.

Viewing 2 posts - 1 through 2 (of 2 total)