Everything is fine now, thanks!
Search found 14 matches
- 04 Jun 2024, 16:48
- Forum: ESP Easy: Software
- Topic: no building ESP8266
- Replies: 3
- Views: 3250
- 04 Jun 2024, 14:56
- Forum: ESP Easy: Software
- Topic: no building ESP8266
- Replies: 3
- Views: 3250
no building ESP8266
esp8266_4M1M (normal and custom) error compilling (PlatformIO with VSCode): Compiling .pio\build\normal_ESP8266_4M1M\src\src\ControllerQueue_tmp\__tmpfile.cpp.o src\src\ControllerQueue_tmp\__tmpfile.cpp:292:97: error: no 'bool ControllerDelayHandlerStruct::configureControllerSettings(controllerIndex...
- 17 Apr 2023, 10:35
- Forum: ESP Easy: Software
- Topic: Cron P081 is looping (sometimes)
- Replies: 31
- Views: 9293
Re: Cron P081 is looping (sometimes)
Yes, cron doesn't work. Works only as a looptimer - "*/x".
For example:
Сurrent Time = 10:30, Cron = 0 0 10 * * * - Loop immediately. Cron = 0 40 10 * * * - Loop after 10:40.
For example:
Сurrent Time = 10:30, Cron = 0 0 10 * * * - Loop immediately. Cron = 0 40 10 * * * - Loop after 10:40.
- 23 Mar 2023, 07:43
- Forum: ESP Easy: Software
- Topic: 7-segment TM1637: 7dbin not work
- Replies: 12
- Views: 4258
Re: 7-segment TM1637: 7dbin not work
To display any bit pattern on the display.
The example shows each digit with a different segment on, including the dot/colon.
- 22 Mar 2023, 22:11
- Forum: ESP Easy: Software
- Topic: 7-segment TM1637: 7dbin not work
- Replies: 12
- Views: 4258
Re: 7-segment TM1637: 7dbin not work
Yes, code dated 02/16/23.
- 22 Mar 2023, 22:01
- Forum: ESP Easy: Software
- Topic: mqtt import disabled on reboot?
- Replies: 14
- Views: 9509
Re: mqtt import disabled on reboot?
And I turn on mqttimport that turned off after a reboot like this:
Code: Select all
On MQTT#Connected Do
TaskEnable,mqttimportTaskName
Endon
- 22 Mar 2023, 21:50
- Forum: ESP Easy: Software
- Topic: 7-segment TM1637: 7dbin not work
- Replies: 12
- Views: 4258
Re: 7-segment TM1637: 7dbin not work
Yes, ESP_Easy_mega_20230308_custom_ESP32_4M316k Mar 8 2023.
- 22 Mar 2023, 21:44
- Forum: ESP Easy: Software
- Topic: 7-segment TM1637: 7dbin not work
- Replies: 12
- Views: 4258
Re: 7-segment TM1637: 7dbin not work
Custom ESP32.
- 22 Mar 2023, 20:47
- Forum: ESP Easy: Software
- Topic: 7-segment TM1637: 7dbin not work
- Replies: 12
- Views: 4258
7-segment TM1637: 7dbin not work
Hi! 7dtext, 7ddt, etc - work. But, for example, 7dbin,0x40,0x20,0x10,0x08,0x04,0x02 (or 0b:)
- 07 Feb 2023, 10:17
- Forum: ESP Easy: Projects / Applications
- Topic: ExecuteRules?
- Replies: 1
- Views: 1746
ExecuteRules?
How to use the ExecuteRules command?
- 04 Feb 2023, 22:56
- Forum: ESP Easy: Hardware
- Topic: MAX7219 dot matrix degree symbol
- Replies: 9
- Views: 4207
Re: MAX7219 dot matrix degree symbol
I try alt 0176 (and 0150 for ndash).
- 04 Feb 2023, 22:29
- Forum: ESP Easy: Hardware
- Topic: MAX7219 dot matrix degree symbol
- Replies: 9
- Views: 4207
Re: MAX7219 dot matrix degree symbol
Oh. Thanks, only through transcoding to ASCII in Notepad++ does it work. And if you then make any changes through the interface - it breaks again 

- 04 Feb 2023, 21:02
- Forum: ESP Easy: Hardware
- Topic: MAX7219 dot matrix degree symbol
- Replies: 9
- Views: 4207
Re: MAX7219 dot matrix degree symbol
I use custom ESP32 4m316k with #define USES_P104
- 04 Feb 2023, 18:17
- Forum: ESP Easy: Hardware
- Topic: MAX7219 dot matrix degree symbol
- Replies: 9
- Views: 4207
MAX7219 dot matrix degree symbol
Hi!
Something is displayed before the degree symbol. I tried DotMatrix,txt,1,° DotMatrix,txt,1,° DotMatrix,txt,1,{D}
Font - Extended ASCII characters.
Something is displayed before the degree symbol. I tried DotMatrix,txt,1,° DotMatrix,txt,1,° DotMatrix,txt,1,{D}
Font - Extended ASCII characters.