B4R Question Install 4.0 now cannot find timelib and other errors

Robert Valentino

Well-Known Member
Licensed User
Longtime User
after upgrading to version 4.0 I am getting error about not finding timelib
B4X:
cli: compile -b esp8266:esp8266:nodemcuv2 D:\B4R\LEDStar\Objects\src\src.ino -v  --board-options led=2,baud=115200,xtal=80,eesz=4M2M,dbg=Disabled,lvl=None____,ip=lm2f,vt=flash,exception=legacy,wipe=none,ssl=all
Error initializing instance: Error loading hardware platform: discovery builtin:serial-discovery not found
Error initializing instance: Error loading hardware platform: discovery builtin:mdns-discovery not found
Error initializing instance: Error loading hardware platform: discovery builtin:serial-discovery not found
Error initializing instance: Error loading hardware platform: discovery builtin:mdns-discovery not found
Error initializing instance: Error loading hardware platform: discovery builtin:serial-discovery not found
Error initializing instance: Error loading hardware platform: discovery builtin:mdns-discovery not found
FQBN: esp8266:esp8266:nodemcuv2
Using board 'nodemcuv2' from platform in folder: C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3
Using core 'esp8266' from platform in folder: C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3
Detecting libraries used...
C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-4-b40a506/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3/tools/sdk/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3/tools/sdk/lwip2/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\Robert Valentino\AppData\Local\arduino\sketches\D865EF9F6AD7F6C9771A49D41AD67E5D/core -c -w -Os -g -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++11 -ffunction-sections -fdata-sections -fno-exceptions -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_NODEMCU -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_NODEMCU" -DLED_BUILTIN=2 -DFLASHMODE_DIO -DESP8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3\cores\esp8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3\variants\nodemcu C:\Users\Robert Valentino\AppData\Local\arduino\sketches\D865EF9F6AD7F6C9771A49D41AD67E5D\sketch\src.ino.cpp -o nul
Alternatives for ESP8266WiFi.h: [ESP8266WiFi@1.0]
ResolveLibrary(ESP8266WiFi.h)
  -> candidates: [ESP8266WiFi@1.0]
In file included from D:\B4R\LEDStar\Objects\src\B4RDefines.h:27:0,
                 from D:\B4R\LEDStar\Objects\src\src.ino:1:
D:\B4R\LEDStar\Objects\src\rESP8266TimeTools.h:3:21: fatal error: TimeLib.h: No such file or directory
 #include <TimeLib.h>
                     ^
compilation terminated.
C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-4-b40a506/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3/tools/sdk/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3/tools/sdk/lwip2/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\Robert Valentino\AppData\Local\arduino\sketches\D865EF9F6AD7F6C9771A49D41AD67E5D/core -c -w -Os -g -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++11 -ffunction-sections -fdata-sections -fno-exceptions -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_NODEMCU -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_NODEMCU" -DLED_BUILTIN=2 -DFLASHMODE_DIO -DESP8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3\cores\esp8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3\variants\nodemcu -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3\libraries\ESP8266WiFi\src C:\Users\Robert Valentino\AppData\Local\arduino\sketches\D865EF9F6AD7F6C9771A49D41AD67E5D\sketch\src.ino.cpp -o nul
Alternatives for TimeLib.h: []
ResolveLibrary(TimeLib.h)
  -> candidates: []
[92mUsed library[0m [92mVersion[0m [90mPath[0m
Error during build: exit status 1
[93mESP8266WiFi[0m  1.0     [90mC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3\libraries\ESP8266WiFi[0m
[92mUsed platform[0m   [92mVersion[0m [90mPath[0m
[93mesp8266:esp8266[0m 2.6.3   [90mC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3[0m
 

hatzisn

Expert
Licensed User
Longtime User

Besides @Erel solution have also a look at this (it might be useful to read the thread from the beginning) :

 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I already had the dependencies Erel recommended and tried what was recommended in the LiquidCrystal posting.

No change. So I went back to an old version of B4R I had v3.90 and the older version of Arduino I was using and the whole app compiles without problem.

In the old Arduino I was using the portable mode. The new version wants to compile using my user name which is "Robert Valentino" I wonder if the space between Robert and Valentino is causing the problem.

v3.90 is fine for what I am doing. Wouldn't mind moving to 4.0

Thanks for trying to help
 
Upvote 0

hatzisn

Expert
Licensed User
Longtime User
If you choose to move to the new Arduino/B4R you might also consider changing the sketch folder in the Arduino IDE to a path without spaces and unicode characters and place the same path in the arduino-cli config as described above. Also do not forget to copy all the incredients of the previous sketchbook folder to the new one.
 
Last edited:
Upvote 0

hatzisn

Expert
Licensed User
Longtime User
Hi,

I have just successfully ran the NTP library example in my setup of B4R 4.0.0 and Arduino 2.3.4.

The procedure is the following:
1) For better results do a fresh installation of Arduino IDE and B4R (select a brand new folder for the sketchbook in Arduino > File > Preferences and add the same folder to the arduino-cli configuration as described above).
2) Go to @Erel's posted link and download in the fresh installation the dependencies by clicking in each of them > Download as zip > Go to Arduino > Sketch > Include Library > Add .ZIP library > Select each of the two downloaded ZIP > It responds with "Libary installed"
3) Obviously you have the B4R library in Additional Libraries so you must be already in a position to run it.

Optional step:
4) Check the structure of the folder for libraries in the new arduino sketchbook folder and copy your previous libraries of Arduino 1.8.19 to this new folder.


It worked perfectly for me.

P.S. I have the 2.7.4 version of ESP8266 boards installed.
 
Last edited:
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I will try if I can.

Doing a fresh install of the Arduino IDE it starts and just hangs never get to see a menu

Just a blinking infinity sign with a minus / plus sign for eyes
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Getting better and worse.

Finally got Arduino IDE installed and up and working

But now I cannot locate a proper board

In B4R 3.90 I used this for my ESP-12E


I have installed a lot of different board types hoping to fine it in one but do not see it
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Got the proper board installed.

Still compiling problem. Hard to believe this all works perfectly using B4R v3.9

B4X:
cli: compile -b esp8266:esp8266:nodemcuv2 D:\B4R\ChristmasTree\Objects\src\src.ino -v  --board-options led=2,baud=115200,xtal=80,eesz=4M2M,dbg=Disabled,lvl=None____,ip=lm2f,vt=flash,exception=disabled,stacksmash=disabled,wipe=none,ssl=all,mmu=3232,non32xfer=fast
FQBN: esp8266:esp8266:nodemcuv2
Using board 'nodemcuv2' from platform in folder: C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2
Using core 'esp8266' from platform in folder: C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2
"C:\\Users\\Robert Valentino\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\python3\\3.7.2-post1/python3" -I "C:\\Users\\Robert Valentino\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.1.2/tools/mkbuildoptglobals.py" "C:\\Program Files\\Arduino CLI" 10607 "C:\\Users\\Robert Valentino\\AppData\\Local\\arduino\\sketches\\CECFAB8CC46408107A19C6404FD95F9C" "C:\\Users\\Robert Valentino\\AppData\\Local\\arduino\\sketches\\CECFAB8CC46408107A19C6404FD95F9C/core/build.opt" "D:\\B4R\\ChristmasTree\\Objects\\src/src.ino.globals.h" "C:\\Users\\Robert Valentino\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\3.1.2\\cores\\esp8266/CommonHFile.h"
default_encoding:       cp1252
Assume aggressive 'core.a' caching enabled.
Clean build, created dir C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C\core
Note: optional global include file 'D:\B4R\ChristmasTree\Objects\src\src.ino.globals.h' does not exist.
  Read more at https://arduino-esp8266.readthedocs.io/en/latest/faq/a06-global-build-options.html
Detecting libraries used...
C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.1.0-gcc10.3-e5f9fec/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE -DESP8266 @C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core/build.opt -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/lwip2/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core -c @C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/warnings/none-cppflags -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_NODEMCU_ESP12E -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_NODEMCU_ESP12E" -DARDUINO_BOARD_ID="nodemcuv2" -DLED_BUILTIN=2 -DFLASHMODE_DIO -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\cores\esp8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\variants\nodemcu C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C\sketch\src.ino.cpp -o nul
Alternatives for ESP8266httpUpdate.h: [ESP8266httpUpdate@1.3]
ResolveLibrary(ESP8266httpUpdate.h)
  -> candidates: [ESP8266httpUpdate@1.3]
C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.1.0-gcc10.3-e5f9fec/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE -DESP8266 @C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core/build.opt -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/lwip2/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core -c @C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/warnings/none-cppflags -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_NODEMCU_ESP12E -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_NODEMCU_ESP12E" -DARDUINO_BOARD_ID="nodemcuv2" -DLED_BUILTIN=2 -DFLASHMODE_DIO -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\cores\esp8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\variants\nodemcu -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266httpUpdate\src C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C\sketch\src.ino.cpp -o nul
Alternatives for ESP8266WiFi.h: [ESP8266WiFi@1.0]
ResolveLibrary(ESP8266WiFi.h)
  -> candidates: [ESP8266WiFi@1.0]
C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.1.0-gcc10.3-e5f9fec/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE -DESP8266 @C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core/build.opt -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/lwip2/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core -c @C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/warnings/none-cppflags -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_NODEMCU_ESP12E -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_NODEMCU_ESP12E" -DARDUINO_BOARD_ID="nodemcuv2" -DLED_BUILTIN=2 -DFLASHMODE_DIO -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\cores\esp8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\variants\nodemcu -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266httpUpdate\src -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi\src C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C\sketch\src.ino.cpp -o nul
Alternatives for ESP8266HTTPClient.h: [ESP8266HTTPClient@1.2]
ResolveLibrary(ESP8266HTTPClient.h)
  -> candidates: [ESP8266HTTPClient@1.2]
In file included from D:\B4R\ChristmasTree\Objects\src\B4RDefines.h:29,
                 from D:\B4R\ChristmasTree\Objects\src\src.ino:1:
D:\B4R\ChristmasTree\Objects\src\rESP8266TimeTools.h:3:10: fatal error: TimeLib.h: No such file or directory
    3 | #include <TimeLib.h>
      |          ^~~~~~~~~~~
compilation terminated.
C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\3.1.0-gcc10.3-e5f9fec/bin/xtensa-lx106-elf-g++ -D__ets__ -DICACHE_FLASH -U__STRICT_ANSI__ -D_GNU_SOURCE -DESP8266 @C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core/build.opt -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/lwip2/include -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/sdk/libc/xtensa-lx106-elf/include -IC:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C/core -c @C:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2/tools/warnings/none-cppflags -Os -g -free -fipa-pta -Werror=return-type -mlongcalls -mtext-section-literals -fno-rtti -falign-functions=4 -std=gnu++17 -ffunction-sections -fdata-sections -fno-exceptions -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -w -x c++ -E -CC -DNONOSDK22x_190703=1 -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DARDUINO=10607 -DARDUINO_ESP8266_NODEMCU_ESP12E -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_NODEMCU_ESP12E" -DARDUINO_BOARD_ID="nodemcuv2" -DLED_BUILTIN=2 -DFLASHMODE_DIO -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\cores\esp8266 -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\variants\nodemcu -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266httpUpdate\src -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi\src -IC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266HTTPClient\src C:\Users\Robert Valentino\AppData\Local\arduino\sketches\CECFAB8CC46408107A19C6404FD95F9C\sketch\src.ino.cpp -o nul
Alternatives for TimeLib.h: []
ResolveLibrary(TimeLib.h)
  -> candidates: []
[92mUsed library[0m      [92mVersion[0m [90mPath[0m
Error during build: exit status 1
[93mESP8266httpUpdate[0m 1.3     [90mC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266httpUpdate[0m
[93mESP8266WiFi[0m       1.0     [90mC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi[0m
[93mESP8266HTTPClient[0m 1.2     [90mC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266HTTPClient[0m
[92mUsed platform[0m   [92mVersion[0m [90mPath[0m
[93mesp8266:esp8266[0m 3.1.2   [90mC:\Users\Robert Valentino\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2[0m
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…