Search found 3 matches

by Nonsense
28 Aug 2017, 09:07
Forum: ESP Easy: General Discussion
Topic: IR receiver & Transmitter
Replies: 4
Views: 4701

Re: IR receiver & Transmitter

Hello,
Same thing happen to me. You should uncomment

Code: Select all

//#define PLUGIN_BUILD_TESTING
or

Code: Select all

//#define PLUGIN_BUILD_DEV
on line 137 or 140 in espeasy.ino, to include all the plugins.
Hope this works.
by Nonsense
20 May 2017, 23:51
Forum: ESP Easy: General Discussion
Topic: OLED SSD1306 and special characters (e.g. degree)
Replies: 4
Views: 8287

Re: OLED SSD1306 and special characters (e.g. degree)

If you are using the old framed plugin, you can put ° in task option lines to display the degree sign, without any modification of the files.
by Nonsense
06 Apr 2017, 20:36
Forum: ESP Easy: Software
Topic: [solved] Problem with bmp180 with Wemos D1 and ESP Easy (147,mega)
Replies: 10
Views: 9446

Re: [solved] Problem with bmp180 with Wemos D1 and ESP Easy (147,mega)

Hello guys! I think that the problem was from not setting the IDX Variable and after restarting the module, the task has autocompleted the field for IDX. As you can see from the screenshots. I had the same problem with SI7021 sensor. It didn't returned any value, but after i set an IDX it was workin...