JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

Build fails ... "esp_is_8285" #86

Open awardblvr opened 1 year ago

awardblvr commented 1 year ago

Describe the bug When building the example code: RemoteDebug_Basic.ino

Arduino IDE build fails with "core_esp8266_features.h ...error: expected ',' or ';' before 'esp_is_8285'

Full line:


/Users/myself/Documents/Arduino/hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_features.h:132:38: error: expected ',' or ';' before 'esp_is_8285'
  132 | bool __attribute__((const, nothrow)) esp_is_8285();
      |                                      ^~~~~~~~~~~

```I
Full build log attached.

A clear and concise description of what the bug is.
Failure to complete build

**To Reproduce**
1. Update ALL libraries, boards   (as of 2022-8-19)   (relevant versions below)
2. Build the example code., without any modifications.
3. Observe build error

**Expected behavior**
I expect the build to succeed.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Arduino Information:**
 - OS: [e.g. Windows, MacOS, Linux]
   MacOS Big Sur 11.6.8
 - IDE [e.g. Arduino IDE, Eclipse, VSCode]
   Arduino: 1.8.19 
 - IDE Version [e.g. 1.8.6]
 Arduino: 1.8.19
 - Board [e.g ESP32]
LOLIN(WeMos) D1 R1, 80 MHz        (See below)

Library   **RemoteDebug 3.0.5**

Build configuration:
Arduino: 1.8.19 (Mac OS X), Board: "LOLIN(WeMos) D1 R1, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Serial, OTA, Only Sketch, 921600"

**Additional context**
Add any other context about the problem here.
[FailingBuildLog.txt](https://github.com/JoaoLopesF/RemoteDebug/files/9384976/FailingBuildLog.txt)