Search found 5 matches

by espeeder
30 Mar 2016, 00:16
Forum: ESP Easy: Software
Topic: Cannot Compile on Arduino IDE
Replies: 11
Views: 11166

Re: Cannot Compile on Arduino IDE

You want to compile the latest stable version R078. For that you have to follow the instructions as given in http://www.esp8266.nu/index.php/Tutorial_Arduino_Firmware_Upload If you follow the instructions you read there: Download and install Arduino 1.6.5. from https://www.arduino.cc/en/Main/Softwa...
by espeeder
29 Mar 2016, 14:43
Forum: ESP Easy: Software
Topic: Cannot Compile on Arduino IDE
Replies: 11
Views: 11166

Re: Cannot Compile on Arduino IDE

Any idea?
by espeeder
28 Mar 2016, 16:21
Forum: ESP Easy: Software
Topic: Cannot Compile on Arduino IDE
Replies: 11
Views: 11166

Re: Cannot Compile on Arduino IDE

Did you read this tutorial ? http://www.esp8266.nu/index.php/Tutorial_Arduino_Firmware_Upload Yes I did. Anyway, by the nature of the Arduino compiler I find logic that it doesn't work. When compiling a project with multiple files, it concatenate them. First it puts the file with the same name as t...
by espeeder
28 Mar 2016, 12:30
Forum: ESP Easy: Software
Topic: Cannot Compile on Arduino IDE
Replies: 11
Views: 11166

Re: Cannot Compile on Arduino IDE

Did you read this tutorial ? http://www.esp8266.nu/index.php/Tutorial_Arduino_Firmware_Upload Yes I did. Anyway, by the nature of the Arduino compiler I find logic that it doesn't work. When compiling a project with multiple files, it concatenate them. First it puts the file with the same name as t...
by espeeder
27 Mar 2016, 22:09
Forum: ESP Easy: Software
Topic: Cannot Compile on Arduino IDE
Replies: 11
Views: 11166

Cannot Compile on Arduino IDE

Hello! I found this framework some days ago and today I felt like trying it. But I have a problem compiling it. The error is pretty big. It's not finding the functions declared in all the other files. (setup() is in ESPEasy.ino and SpiffsSectors() is in misc. But as it compiles the files from left t...