Search found 161 matches

by moelski
11 Sep 2016, 06:46
Forum: ESP Easy: General Discussion
Topic: Support for latest Arduino IDE?
Replies: 7
Views: 8931

Re: Support for latest Arduino IDE?

Just answer the question by myself ...

Latest IDE is possible. How to deal with it is described here:
http://www.esp8266.nu/forum/viewtopic.p ... 1930#p8971

Greetings
Dominik
by moelski
11 Sep 2016, 06:43
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27090

Re: Some advise for compiling last releases?

So why are you trying to change the setting to true ? I´m interested in coding and testing ;) And I would like to test SPIFFS since I never have it done before. Anyway ... Martinus made it clear :) So the results are as follow ... Compiling with 1.6.11 is no problem until you have the correct libs ...
by moelski
10 Sep 2016, 17:41
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27090

Re: Some advise for compiling last releases?

Hi !
Just using 1.6.5 until a new version of ESPEasy forces me to use a newer Arduino IDE release .
Ok, but where can you download 1.6.5. If you look at arduino.cc there is only version 1.6.5 RC5. :shock:
by moelski
10 Sep 2016, 14:54
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27090

Re: Some advise for compiling last releases?

Hi @all, in the meantime I can compile the GIT sources even with 1.6.11 (ESPEsay R 129). But it can only be done if you disable the SPIFFS Feature. As soon as you anable SPIFFS it results in the known error: undefined reference to `handle_upload_post()' I got the same error (SPIFFS enabled) if I use...
by moelski
01 Sep 2016, 06:45
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27090

Re: Some advise for compiling last releases?

Ok I will check that this evening.
But that was exactly what I have done ...
Get back with results soon. Thx so far
by moelski
31 Aug 2016, 19:49
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27090

Re: Some advise for compiling last releases?

Well I tried the JSON Lib 5.6.4. But still got this error: C:\Users\Dominik\AppData\Local\Temp\build541259997608530700.tmp\ESPEasy.cpp.o: In function `UdpContext::connect(ip_addr, unsigned short)': C:\Users\Dominik\Desktop\arduino-1.6.5-r5\portable\packages\esp8266\hardware\esp8266\2.3.0\libraries\A...
by moelski
31 Aug 2016, 13:22
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27090

Re: Some advise for compiling last releases?

Thx for the information.
I will try that this evening.

And you can compile R126 without any errors?

Dominik
by moelski
31 Aug 2016, 13:19
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38475

Re: Support for ESP32 planned?

Hi costo, ESP's working in the Arduino IDE are the work of 'Igrr' That´s correct. But to have a working ESP32 in the Arduino IDE did not automatically mean that it works with the ESPEasy Code. I think the ESP32 has much more hardware on board. So from my point of view the source code has to be adopt...
by moelski
31 Aug 2016, 07:31
Forum: ESP Easy: General Discussion
Topic: Support for latest Arduino IDE?
Replies: 7
Views: 8931

Support for latest Arduino IDE?

Hi !

Just wan´t to know (as last question for today :) ) if you plan to support the latest Arduino IDE as well.
I think it would avoid some trouble for beginners :roll:

regards
Dominik
by moelski
31 Aug 2016, 07:23
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38475

Support for ESP32 - the story so far

Hi !

Tomorrow is the day ... Release time for the long awaited ESP32.
Did you think about get the ESPEasy project ported to the new hardware?

regards
Dominik
by moelski
31 Aug 2016, 07:15
Forum: ESP Easy: General Discussion
Topic: Some advise for compiling last releases?
Replies: 27
Views: 27090

Some advise for compiling last releases?

Hi @all, I´m new to the ESPEasy topic and have to say it´s a really impressive project. Great work !! Since I use FHEM for my home automatisation I need to compile the R126 version. There are some new FHEM related topics I wan´t to try. Today I started some tests compiling ESPEasy R126. But I almost...