dronecz / Lazy-Mini-Grid-clock-controller

This is code and build instructions for Lazy Mini Grid clock by parallyze
MIT License
2 stars 2 forks source link

i am having issue in compiling #2

Open Kalki2898add opened 2 months ago

Kalki2898add commented 2 months ago

55 | for(register uint32_t i = BITS; i > 0; --i) { | ^ Using library WiFiManager-master at version 2.0.17 in folder: C:\Users\prase\Documents\Arduino\libraries\WiFiManager-master Using library ESP8266WiFi at version 1.0 in folder: C:\Users\prase\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.0\libraries\ESP8266WiFi Using library ESP8266WebServer at version 1.0 in folder: C:\Users\prase\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.0\libraries\ESP8266WebServer Using library DNSServer at version 1.1.1 in folder: C:\Users\prase\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.0\libraries\DNSServer Using library Time-master at version 1.5 in folder: C:\Users\prase\Documents\Arduino\libraries\Time-master Using library EEPROM at version 1.0 in folder: C:\Users\prase\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.0\libraries\EEPROM Using library WiFi at version 1.2.7 in folder: C:\Users\prase\Desktop\arduino-nightly\libraries\WiFi Using library NTPClient at version 3.2.1 in folder: C:\Users\prase\Documents\Arduino\libraries\NTPClient Using library FastLED at version 3.5.0 in folder: C:\Users\prase\Documents\Arduino\libraries\FastLED Using library SPI at version 1.0 in folder: C:\Users\prase\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.0\libraries\SPI exit status 1 Error compiling for board LOLIN(WEMOS) D1 R2 & mini.

dronecz commented 2 months ago

Sorry, but I can not really see what is your issue. I can see that you are trying to compile some code (original or edited?) and you are using LOLIN(WEMOS) D1 R2 & mini board. Because of this board, I think that this is the issue. There are some mentions of Nodemcu board, but code is really focused on ESP32 type of boards. I would suggest that you will try to change WiFi.h to ESP8266WiFi.h and some other libraries which are not compatible with ESP8266 boards and this way you could be able to make it work.

Kalki2898add commented 2 months ago

I see. can you please tell me what version of esp8266 board and libraries used in this code. and the original parallize LMG v1 code I need only the library versions. because i had those libraries few months ago, it worked fine, but few days ago i reinstall os on my system and everything is gone, now i installing the original lazy clock code in esp8266 it installed but some issue coming.

Kalki2898add commented 2 months ago

I was compiling this code image

but getting error on esp8266 after changing the WiFi.h to ESP8266WiFi.h can you compile it for esp8266 and send me the bin file