Search found 1404 matches

by Steve-Matrix
Mon Apr 20, 2026 2:57 pm
Forum: Projects - Embedded
Topic: Help with string error
Replies: 3
Views: 63

Re: Help with string error

It looks like your project is very large and the compiler fails to compile the code because the call for a delay icon and the actual code for that delay call are too far away from each other. You could try to reduce the size of your project by removing unnecessary macros and combining duplicate code...
by Steve-Matrix
Mon Apr 20, 2026 1:35 pm
Forum: Bug Reports
Topic: String comparison esp32
Replies: 5
Views: 92

Re: String comparison esp32

I agree. The simulation has always used "-1" and on the face of it, it appears to be a bug in the CAL code. But we have to be careful when changing that because it can cause problems with existing projects which is why I didn't want to make the change without a wider internal discussion.
by Steve-Matrix
Mon Apr 20, 2026 1:16 pm
Forum: Bug Reports
Topic: String comparison esp32
Replies: 5
Views: 92

Re: String comparison esp32

Yes, there is an issue we are aware of. I raised it recently here: https://www.flowcode.co.uk/forums/viewtopic.php?p=23402#p23402 I've asked Ben if it's worth making the change you have suggested. It should be ok, but there may be projects that are specifically looking for a return of 255 which woul...
by Steve-Matrix
Mon Apr 20, 2026 1:10 pm
Forum: General
Topic: MQTT send control issues
Replies: 3
Views: 60

Re: MQTT send control issues

Hi Bob, Flowcode cannot pick this up as an error. Passing a literal string "abc" will search for that name. Passing a variable will search for the *value* of that variable. There are legitimate times when you might want to pass a variable (for example, there may be multiple "Name0&quo...
by Steve-Matrix
Mon Apr 20, 2026 10:00 am
Forum: Bug Reports
Topic: Horizontal radio buttons do not work correctly
Replies: 2
Views: 53

Re: Horizontal radio buttons do not work correctly

<t>There are 2 ways you can work around this.<br/> <br/> 1) Make the length of the component shorted so they do not overlap. Although the visual on the design page will be distorted, it will not be distorted on the actual generated web app.<br/> <br/> 2) Change the ordering so that the options to th...
by Steve-Matrix
Fri Apr 17, 2026 2:31 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 26
Views: 10467

Re: ESP32 C6 mini compile does not work

I have revisited this today and found a neater solution for those Flowcode users who do not want to make the changes necessary to work with the Espressif installation. For this method, install the Flowcode ESP installer from our downloads page as usual. Some additional files will need to be download...
by Steve-Matrix
Fri Apr 17, 2026 10:26 am
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 26
Views: 10467

Re: ESP32 C6 mini compile does not work

Yes, those are the lines that needs to be changed. But note that I do not have any of those devices and so I've only been able to check that they compile ok.

[EDIT: see my next message for a much simpler solution that avoids changing anything in Flowcode]
by Steve-Matrix
Thu Apr 16, 2026 4:35 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 26
Views: 10467

Re: ESP32 C6 mini compile does not work

I've managed to get Flowcode compiling the C3 and C6 devices now. To do this, I uninstalled the ESP toolchain installation and installed the v5.3.5 offline version from the Espressif website. I also had to edit the two ESP batch files in %PROGRAMDATA% to point at v5.3.5 instead of v5.3.1 and I had t...
by Steve-Matrix
Thu Apr 16, 2026 2:10 pm
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 26
Views: 10467

Re: ESP32 C6 mini compile does not work

Thanks, Stefan.

None of the C3 and C6 devices are compiling for me. I'm setting up a completely fresh install on another PC to test further because the toolchain installation on my PC may not be clean.
by Steve-Matrix
Thu Apr 16, 2026 10:45 am
Forum: General
Topic: ESP32 C6 mini compile does not work
Replies: 26
Views: 10467

Re: ESP32 C6 mini compile does not work

I've tried compiling and it also fails for me, but with a slightly different error: FAILED: CMakeFiles/cmTC_72296.dir/testCCompiler.c.obj E:\FC_ESP\esp-tools\tools\riscv32-esp-elf\esp-13.2.0_20240530\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe -march=rv32imac_zicsr_zifencei -o CMakeFiles\cmTC_72296....