toblum / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
1.05k stars 289 forks source link

Google Assistant Integration? #185

Closed pradhyuman18 closed 5 years ago

pradhyuman18 commented 6 years ago

How to integrate it with Google assistant via webhook?(so we can work it as like as Siri as shown)

debsahu commented 6 years ago

Not straight forward. The most direct way is to use dialogflow. The way I use it is integrate it with home assistant and have everything on home assistant integrated to Alexa, Siri and Google.

pradhyuman18 commented 6 years ago

Another way ? Please

debsahu commented 6 years ago

Another approach would be configure IFTTT ( maker_webhook ) to invoke webhook. This will require you to expose your esp8266 to the internet (not safe). IFTTT can be easily integrated with Google Assistant. This is the last resort I would recommend, other ideas welcome here.

ryancasler commented 6 years ago

Yes, IFTTT can use Google Assistant as an trigger but not take actions on you're Google Assistant. You cannot, for example, use IFTTT to trigger a broadcast on your Google home.

cjs1502 commented 6 years ago

can anyone explain me how to do it?

debsahu commented 6 years ago

Let me point to the easiest approach: McLighting > Home Assistant > Google Assistant.

  1. Setup Home Assistant, resources: https://www.home-assistant.io/getting-started/ which can be on the same RPi as the MQTT server
  2. In McLighting, enable Home Assistant auto-discovery by uncommenting #define MQTT_HOME_ASSISTANT_SUPPORT to automatically add McLighting to Home Assistant.
  3. Setup Home Assistant's Google Assistant as per instructions here: https://www.home-assistant.io/components/google_assistant/
  4. Profit!
  5. Easter egg: Siri can be easily integrated as well https://www.home-assistant.io/components/homekit/ and Alexa as per instructions here: https://www.home-assistant.io/components/emulated_hue/
cjs1502 commented 6 years ago

is it possible without home assistant? as i dont have any access to a raspberry pie right now

debsahu commented 6 years ago

It is possible but not as easy and straightforward.

  1. Expose your ESP8266(McLighting) to internet a. Expose port 80 from outside (internet) to local port 80 of ESP8266's IP b. Or use ngrok (more details here: https://ngrok.com/ )
  2. Use IFTTT webhooks: https://ifttt.com/maker_webhooks
  3. Create an app where a GET request to the internet exposed address using McLighting's RESTful API (https://github.com/toblum/McLighting/wiki/HTTP-REST-API)
  4. In IFTTT, setup google assistant and integrate with webhooks
cjs1502 commented 6 years ago

how do expose my esp8266 without download anything?

debsahu commented 6 years ago

Third way is to use diagflow https://dialogflow.com/ which also requires one to expose the ESP8266 to the internet. Instructions are here: https://dialogflow.com/docs/getting-started , which can be adapted to call a McLighting RESTful API.

debsahu commented 6 years ago

@cjs1502 Go to your router settings and expose the desired port. Note: I don't recommend this approach as exposing your ESP8266 to the internet is not safe.

cjs1502 commented 6 years ago

this is so confusing,i am not doing it.but thank you for your help.

debsahu commented 6 years ago

@cjs1502 One can thank Google for that!

pradhyuman18 commented 6 years ago

How can I use ifttt webhooks with it?

ryancasler commented 6 years ago

You can't. Webhooks can be triggered by Google home via the IFTTT integration but you can't trigger Google Home actions from Webhooks.

pradhyuman18 commented 6 years ago

I know but what to put in body section in webhooks?

cjs1502 commented 6 years ago

it would be great if any of the contributor would make a video showing how to setup google assistant with mc lighting.

ryancasler commented 6 years ago

It would all depend on what "man-in-the-middle" system you are using. I can control my McLigting setups through Google Assistant. I have them set up through SmartThings. But to do a write up on that setup would take me hours because it took me days to figure out. Plus, if you don't like McLigting, go find another solution. Stop pestering for more more more more. It's free damn it. Take it and say thank you. LOL

cjs1502 commented 6 years ago

this not about getting it done without spending any money,this is about the joy that you get it from making it. you wont understand that little joy we people get even after using that simple example of blink that would light up that onboard led.

ryancasler commented 6 years ago

I don't? You know nothing about me. Please don't presume. And you're not making something. You're asking for a custom solution for free.

cjs1502 commented 6 years ago

i am not presuming anything. i am just saying that you being a contributor should be helping us like @debsahu is doing rather than giving rude comments.

ryancasler commented 6 years ago

You're not presuming you're just telling me what I should be doing? I see.

cjs1502 commented 6 years ago

i am also not telling you what you should be doing,but you should be helping beginners as you are a pro at this kind of stuff, and helping is totally your choice , no one is forcing you to that.this conversation will never end this will go on forever. i will stop here. and thank you for all your contributions in this git.

ryancasler commented 6 years ago

Bit you're not asking for help. You're asking new features to be implemented. New features, which, by the way, are totally outside the scope of this project. You'd have to write a program using the Google Assistant SDK. Something that doesn't even run on an ESP board. You don't even realize how entitled you're being do you? Someone should just do all that work for you because you asked? Are you kidding me right now?

debsahu commented 6 years ago

Let's all calm down. There is nothing wrong in asking for a tutorial as I understand there are a few newbies here. Let's be inclusive and try to be respectful here.

I do make YouTube videos, but on things that I build or figure out something new, be it hardware or software. I already have a few things planned for the next few uploads, and can make a tutorial on integrating McLighting with various assistants later (no promises). Even if I make the tutorial, it will be one of the many ways to do it and may not suit your needs. Like @ryancasler mentioned, there are many many man-in-the-middle solutions, dialogflow (formally API.ai), IFTTT, Home Assistant, Artik Cloud, Adafruit.io, AWS IoT, aREST, etc just to name a few.

cjs1502 commented 6 years ago

i never asked for a new feature to implement, i just asked for a tutorial to use google assistant on McLightings , as home assistant is already there in it. @debsahu i saw your youtube channel the other day, you are doing good, i hope you upload new contents that include McLightings looking forward to it. and thank you for being a good sport, i appreciate that.

sujitrp commented 6 years ago

@ debsahu : I am looking for following architecture to voice control my setup. My set up is working good with Google home and Alexa using raspberry Pi -Openhab configuration. to remove the Pi & openhab for voice control following architecture will work safe . being new bee on coding side last few days I am finding it difficult to enable Adafruit MQTT. appreciate your guidance on the same

image

sujitrp commented 6 years ago

Now I am sure I am lost in McLightining code while enabaling google assistance using adafruit - Ifftt - Google assistance approach :

Need help to remove ' failed to connect RC=5 error ' .

What i did till now to make the existing program compatible with adafruit MQTT :

  1. Update the host name with /feeds (quick check for mqtt . (Original plan is to modify Mqtt_ha topic. )
  2. hard coded the Adafruit MQTT broker
    broker : io.adafruit.com Port : 1883 username : openhab AIO Key:
  3. Soft entered the Adafruit mqtt credential (Post Booting uisng Web server)

(On My local mosquitto Broker it works & get connected ) all the cases on my serial monitor post successful Wi-fi connection ans IP assignment I got " MQTT failed to connect RC =5"

Now next few debug steps I am not sure I did right or wrong Post google I understood that Mqtt Port issue while connecting adafruit mqtt

so I changes the Mqtt_port propertied to uint8_t mqtt_port[6] = "" from char Post of which I got multiple times error in verify . so I replaced atoi() some place and update atoi() at some places . I am getting 'exit status 1 invalid conversion from 'uint8_t {aka unsigned char}' to 'const char*' [-fpermissive]' errro full verify log : Arduino: 1.8.5 (Windows 10), Board: "LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, 4M (1M SPIFFS), v2 Higher Bandwidth, Disabled, None, All Flash Contents, 115200"

C:\01SujitDdrive\OS\arduino-1.8.5-set3\arduino-builder -dump-prefs -logger=machine -hardware C:\01SujitDdrive\OS\arduino-1.8.5-set3\hardware -hardware C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages -tools C:\01SujitDdrive\OS\arduino-1.8.5-set3\tools-builder -tools C:\01SujitDdrive\OS\arduino-1.8.5-set3\hardware\tools\avr -tools C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages -built-in-libraries C:\01SujitDdrive\OS\arduino-1.8.5-set3\libraries -libraries C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries -fqbn=esp8266:esp8266:d1_mini:CpuFrequency=80,VTable=flash,FlashSize=4M1M,LwIPVariant=v2mss1460,Debug=Disabled,DebugLevel=None__,FlashErase=all,UploadSpeed=115200 -ide-version=10805 -build-path C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746 -warnings=none -build-cache C:\Users\spp07561\AppData\Local\Temp\arduino_cache_679805 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.mkspiffs.path=C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\mkspiffs\0.2.0 -prefs=runtime.tools.xtensa-lx106-elf-gcc.path=C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2 -prefs=runtime.tools.esptool.path=C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\esptool\0.4.13 -verbose C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino C:\01SujitDdrive\OS\arduino-1.8.5-set3\arduino-builder -compile -logger=machine -hardware C:\01SujitDdrive\OS\arduino-1.8.5-set3\hardware -hardware C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages -tools C:\01SujitDdrive\OS\arduino-1.8.5-set3\tools-builder -tools C:\01SujitDdrive\OS\arduino-1.8.5-set3\hardware\tools\avr -tools C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages -built-in-libraries C:\01SujitDdrive\OS\arduino-1.8.5-set3\libraries -libraries C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries -fqbn=esp8266:esp8266:d1_mini:CpuFrequency=80,VTable=flash,FlashSize=4M1M,LwIPVariant=v2mss1460,Debug=Disabled,DebugLevel=None____,FlashErase=all,UploadSpeed=115200 -ide-version=10805 -build-path C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746 -warnings=none -build-cache C:\Users\spp07561\AppData\Local\Temp\arduino_cache_679805 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.mkspiffs.path=C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\mkspiffs\0.2.0 -prefs=runtime.tools.xtensa-lx106-elf-gcc.path=C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2 -prefs=runtime.tools.esptool.path=C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\esptool\0.4.13 -verbose C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino Using board 'd1_mini' from platform in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2 Using core 'esp8266' from platform in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2 Detecting libraries used... "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI__ "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI__ "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI__ "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI__ "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI__ "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI__ "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\BearSSLHelpers.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\CertStoreBearSSL.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\ESP8266WiFi.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\ESP8266WiFiAP.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\ESP8266WiFiGeneric.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\ESP8266WiFiMulti.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\ESP8266WiFiSTA.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\ESP8266WiFiScan.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\WiFiClient.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\WiFiClientSecureAxTLS.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\WiFiClientSecureBearSSL.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\WiFiServer.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\WiFiServerSecureAxTLS.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\WiFiServerSecureBearSSL.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src\WiFiUdp.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src\DNSServer.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src\ESP8266WebServer.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src\ESP8266WebServerSecureAxTLS.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src\ESP8266WebServerSecureBearSSL.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src\Parsing.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src\detail\mimetable.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager\WiFiManager.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS\ESP8266mDNS.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM\EEPROM.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src\WebSockets.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src\WebSockets.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src\WebSocketsClient.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src\WebSocketsServer.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src\libb64\cdecode.c" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src\libb64\cencode.c" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src\libsha1\libsha1.c" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA\ArduinoOTA.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src\PubSubClient.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src\ESP8266HTTPUpdateServer.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src\WS2812FX.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel\Adafruit_NeoPixel.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel\esp8266.c" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker\Ticker.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src\Hash.cpp" -o "nul" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -U__STRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src\sha1\sha1.c" -o "nul" Generating function prototypes... "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets -DICACHE_FLASH -USTRICT_ANSI "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -ffunction-sections -fdata-sections -w -x c++ -E -CC -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\preproc\ctags_target_for_gcc_minus_e.cpp" "C:\01SujitDdrive\OS\arduino-1.8.5-set3\tools-builder\ctags\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\preproc\ctags_target_for_gcc_minus_e.cpp" Compiling sketch... "C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-g++" -Dets__ -DICACHE_FLASH -USTRICT_ANSI__ "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/lwip2/include" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include" "-IC:\Users\spp07561\AppData\Local\Temp\arduino_build_846746/core" -c -w -Os -g -mlongcalls -mtext-section-literals -fno-exceptions -fno-rtti -falign-functions=4 -std=c++11 -MMD -ffunction-sections -fdata-sections -DF_CPU=80000000L -DLWIP_OPEN_SRC -DTCP_MSS=1460 -DARDUINO=10805 -DARDUINO_ESP8266_WEMOS_D1MINI -DARDUINO_ARCH_ESP8266 -DARDUINO_BOARD="ESP8266_WEMOS_D1MINI" -DESP8266 "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\variants\d1_mini" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX\src" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker" "-IC:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash\src" "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp" -o "C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp.o" In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino:218:0:

C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\request_handlers.h: In function 'bool readConfigFS()':

request_handlers.h:1234: error: invalid conversion from 'uint8_t {aka unsigned char}' to 'const char*' [-fpermissive]

     strcpy(atoi(mqtt_port), json["mqtt_port"]);

                          ^

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/pgmspace.h:10:0,

             from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/Arduino.h:256,

             from C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp:1:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include/ets_sys.h:197:5: error: initializing argument 1 of 'int atoi(const char*)' [-fpermissive]

int atoi(const char *nptr);

 ^

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino:218:0:

request_handlers.h:1234: error: invalid conversion from 'int' to 'char*' [-fpermissive]

     strcpy(atoi(mqtt_port), json["mqtt_port"]);

                          ^

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include/stdlib.h:11:0,

             from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/Arduino.h:27,

             from C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp:1:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include/string.h:30:15: error: initializing argument 1 of 'char strcpy(char, const char*)' [-fpermissive]

char _EXFUN(strcpy,(char restrict, const char *restrict));

           ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include/_ansi.h:65:30: note: in definition of macro '_EXFUN'

define _EXFUN(name, proto) name proto

                          ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino: In function 'void setup()':

McLightingadafruit:297: error: invalid conversion from 'uint8_t {aka unsigned char}' to 'const char*' [-fpermissive]

 WiFiManagerParameter custom_mqtt_port("port", "MQTT port", mqtt_port, 6);

                                                                        ^

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino:11:0:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager/WiFiManager.h:49:5: error: initializing argument 3 of 'WiFiManagerParameter::WiFiManagerParameter(const char, const char, const char*, int)' [-fpermissive]

 WiFiManagerParameter(const char *id, const char *placeholder, const char *defaultValue, int length);

 ^

McLightingadafruit:352: error: invalid conversion from 'uint8_t {aka unsigned char}' to 'const char*' [-fpermissive]

 strcpy(atoi(mqtt_port), custom_mqtt_port.getValue());

                      ^

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/pgmspace.h:10:0,

             from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/Arduino.h:256,

             from C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp:1:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/include/ets_sys.h:197:5: error: initializing argument 1 of 'int atoi(const char*)' [-fpermissive]

int atoi(const char *nptr);

 ^

McLightingadafruit:352: error: invalid conversion from 'int' to 'char*' [-fpermissive]

 strcpy(atoi(mqtt_port), custom_mqtt_port.getValue());

                      ^

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include/stdlib.h:11:0,

             from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/Arduino.h:27,

             from C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp:1:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include/string.h:30:15: error: initializing argument 1 of 'char strcpy(char, const char*)' [-fpermissive]

char _EXFUN(strcpy,(char restrict, const char *restrict));

           ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2/tools/sdk/libc/xtensa-lx106-elf/include/_ansi.h:65:30: note: in definition of macro '_EXFUN'

define _EXFUN(name, proto) name proto

                          ^

McLightingadafruit:435: error: call of overloaded 'String(uint8_t [6])' is ambiguous

   DBG_OUTPUT_PORT.printf("MQTT active: %s:%d\n", mqtt_host, String(mqtt_port).toInt());

                                                                             ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino:435:81: note: candidates are:

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/Arduino.h:259:0,

             from C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp:1:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:68:18: note: String::String(long unsigned int, unsigned char)

     explicit String(unsigned long, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:68:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'long unsigned int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:67:18: note: String::String(long int, unsigned char)

     explicit String(long, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:67:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'long int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:66:18: note: String::String(unsigned int, unsigned char)

     explicit String(unsigned int, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:66:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'unsigned int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:65:18: note: String::String(int, unsigned char)

     explicit String(int, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:65:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:64:18: note: String::String(unsigned char, unsigned char)

     explicit String(unsigned char, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:64:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'unsigned char'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:63:18: note: String::String(char)

     explicit String(char c);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:63:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'char'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:61:9: note: String::String(StringSumHelper&&)

     String(StringSumHelper &&rval);

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:61:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'StringSumHelper&&'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:60:9: note: String::String(String&&)

     String(String &&rval);

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:60:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'String&&'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:57:9: note: String::String(const String&)

     String(const String &str);

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:57:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'const String&'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:56:9: note: String::String(const char*)

     String(const char *cstr = "");

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:56:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'const char*'

McLightingadafruit:437: error: invalid conversion from 'uint8_t {aka unsigned char}' to 'uint16_t {aka short unsigned int}' [-fpermissive]

   mqtt_client.setServer(mqtt_host,mqtt_port);

                                            ^

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino:34:0:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient\src/PubSubClient.h:120:18: error: initializing argument 2 of 'PubSubClient& PubSubClient::setServer(const char*, uint16_t)' [-fpermissive]

PubSubClient& setServer(const char * domain, uint16_t port);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino: In function 'void loop()':

McLightingadafruit:931: error: call of overloaded 'String(uint8_t [6])' is ambiguous

   if (mqtt_host != "" && String(mqtt_port).toInt() > 0 && mqtt_reconnect_retries < MQTT_MAX_RECONNECT_TRIES) {

                                          ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\McLightingadafruit\Arduino\McLightingadafruit\McLightingadafruit.ino:931:46: note: candidates are:

In file included from C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/Arduino.h:259:0,

             from C:\Users\spp07561\AppData\Local\Temp\arduino_build_846746\sketch\McLightingadafruit.ino.cpp:1:

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:68:18: note: String::String(long unsigned int, unsigned char)

     explicit String(unsigned long, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:68:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'long unsigned int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:67:18: note: String::String(long int, unsigned char)

     explicit String(long, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:67:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'long int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:66:18: note: String::String(unsigned int, unsigned char)

     explicit String(unsigned int, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:66:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'unsigned int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:65:18: note: String::String(int, unsigned char)

     explicit String(int, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:65:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'int'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:64:18: note: String::String(unsigned char, unsigned char)

     explicit String(unsigned char, unsigned char base = 10);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:64:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'unsigned char'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:63:18: note: String::String(char)

     explicit String(char c);

              ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:63:18: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'char'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:61:9: note: String::String(StringSumHelper&&)

     String(StringSumHelper &&rval);

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:61:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'StringSumHelper&&'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:60:9: note: String::String(String&&)

     String(String &&rval);

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:60:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'String&&'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:57:9: note: String::String(const String&)

     String(const String &str);

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:57:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'const String&'

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:56:9: note: String::String(const char*)

     String(const char *cstr = "");

     ^

C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266/WString.h:56:9: note: no known conversion for argument 1 from 'uint8_t [6] {aka unsigned char [6]}' to 'const char*'

Using library ESP8266WiFi at version 1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WiFi Using library DNSServer at version 1.1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\DNSServer Using library ESP8266WebServer at version 1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266WebServer Using library WiFiManager at version 0.14 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WiFiManager Using library ESP8266mDNS in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266mDNS (legacy) Using library EEPROM at version 1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\EEPROM Using library arduinoWebSockets-master at version 2.1.2 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\arduinoWebSockets-master Using library ArduinoOTA at version 1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ArduinoOTA Using library PubSubClient at version 2.6 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\PubSubClient Using library ArduinoJson at version 6.4.0-beta in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\ArduinoJson Using library ESP8266HTTPUpdateServer at version 1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\ESP8266HTTPUpdateServer Using library WS2812FX at version 1.1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\WS2812FX Using library Adafruit_NeoPixel at version 1.1.6 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\sketchbook\libraries\Adafruit_NeoPixel Using library Ticker at version 1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Ticker Using library Hash at version 1.0 in folder: C:\01SujitDdrive\OS\arduino-1.8.5-set3\portable\packages\esp8266\hardware\esp8266\2.4.2\libraries\Hash exit status 1 invalid conversion from 'uint8_t {aka unsigned char}' to 'const char*' [-fpermissive]

Now I am sure I am lost . Need help to get read of failed to connect RC=5 error .

sujitrp commented 6 years ago

Hi Finally i am connected to Io.adafruit.com by changing line 352 to 'strcpy(mqtt_port, custom_mqtt_port.getValue());' now next issue MQTT connection gets disconnected frequently .. Please find the log

MQTT active: io.adafruit.com:1883 Open http://192.168.1.28/ to open McLighting. Use http://openhab/feeds.local/ when you have Bonjour installed. New users: Open http://192.168.1.28/upload to upload the webpages first.

Couldn't find "/stripstate.json" Failure! readEEPROM(): STA| 1| 11|196|196|255| 0| 0 Found saved state: STA| 1| 11|196|196|255| 0| 0 ws2812fx_mode: 11 ws2812fx_speed: 196 brightness: 196 main_color.red: 255 main_color.green: 0 main_color.blue: 0 *WM: freeing allocated params! MQTT disconnected, reconnecting! Attempting MQTT connection 1 / 4 ... MQTT connected! MQTT topic in: openhab/feeds/in MQTT topic out: openhab/feeds/out MQTT: Message arrived [0100] MQTT: Message arrived [0100] MQTT: Message arrived [off] MQTT: Message arrived [/red] MQTT: Set WS2812 mode: [/red] SET_MODE: 0 0 Saving cfg: {"mode":1,"strip_mode":0,"brightness":196,"speed":196,"red":255,"green":0,"blue":0} Success! MQTT: Send [home/openhab/feeds_ha/state/out]: {"state":"ON","color":{"r":255,"g":0,"b":0},"brightness":196,"color_temp":327,"speed":196,"effect":"Static"} Heap size: 25264 writeEEPROM(): STA| 1| 0|196|196|255| 0| 0 MQTT disconnected, reconnecting! Attempting MQTT connection 2 / 4 ... MQTT connected! MQTT topic in: openhab/feeds/in MQTT topic out: openhab/feeds/out MQTT: Message arrived [=ff0000] MQTT: Activated mode [1]! Saving cfg: {"mode":1,"strip_mode":0,"brightness":196,"speed":196,"red":255,"green":0,"blue":0} Success! MQTT: Send [home/openhab/feeds_ha/state/out]: {"state":"ON","color":{"r":255,"g":0,"b":0},"brightness":196,"color_temp":327,"speed":196,"effect":"Static"} Heap size: 24888 MQTT disconnected, reconnecting! Attempting MQTT connection 3 / 4 ... MQTT connected! MQTT topic in: openhab/feeds/in MQTT topic out: openhab/feeds/out MQTT: Message arrived [#ff0000] MQTT: Set main color to: R: [255] G: [0] B: [0] Saving cfg: {"mode":1,"strip_mode":0,"brightness":196,"speed":196,"red":255,"green":0,"blue":0} Success! MQTT: Send [home/openhab/feeds_ha/state/out]: {"state":"ON","color":{"r":255,"g":0,"b":0},"brightness":196,"color_temp":327,"speed":196,"effect":"Static"} Heap size: 24848 MQTT disconnected, reconnecting! Attempting MQTT connection 4 / 4 ... MQTT connected! MQTT topic in: openhab/feeds/in MQTT topic out: openhab/feeds/out MQTT connection failed, giving up after 4 tries ... sd

debsahu commented 6 years ago

@sujitrp Using Adafruit MQTT with pubsubclient/amqtt methods are not straight-forward, you need to use adafruit mqtt code. You need to first figure that thing out before trying McL.

toblum commented 5 years ago

Closing issue due to inactivity.