Gerrit Visser

Results 52 comments of Gerrit Visser

I came across this thread to find out why I couldn't get my EPSP01S working with the SKR 1.4 I can confirm that setting #define SERIAL_PORT_2 3 in Configuration.h of...

I tried (because I really really want to develop something with FreeRTOS) to install per above notes with no success. I used the Master github from @WallaceWilliam , extracted into...

That results in `('(full_partitions_csv=', None)` `('partitions_csv=', 'partitions.csv)` `('search_path ', ['C:\\Users\\Gerrit\\.platformio\\packages\\framework-esp8266-rtos-sdk\\components\\partition_table', 'C:\\Users\\Gerrit\\Documents\\My Projects\\UII Panel\\Controller\\src'])` `NameError: name 'CONFIG_PARTITION_TABLE_FILENAME' is not defined:` I never reach a print placed after the env.Replace (I added...

That now gives: ` KeyError: 'LIB_IGNORE': File "C:\python27\lib\site-packages\platformio\builder\main.py", line 170: env.SConscript("$BUILD_SCRIPT") File "C:\Users\Gerrit\.platformio\packages\tool-scons\script\..\engine\SCons\Script\SConscript.py", line 541: return _SConscript(self.fs, *files, **subst_kw) File "C:\Users\Gerrit\.platformio\packages\tool-scons\script\..\engine\SCons\Script\SConscript.py", line 250: exec _file_ in call_stack[-1].globals File "C:\Users\Gerrit\.platformio\platforms\custom8266\builder\main.py", line...

If I delete the ` if d in env['LIB_IGNORE']: continue ` then build continues until I get ` xtensa-lx106-elf-gcc: error: Panel\Controller\.pioenvs\nodemcuv2\bootloader.map: No such file or directory ` there is no...

Awesome progress! It compiled a lot of files, then at the end it said: ` Linking .pioenvs\8266\firmware.elf xtensa-lx106-elf-gcc: error: Projects\UII-Panel\Controller\.pioenvs\8266\firmware.map: No such file or directory ` There is a bootloader.map...

I did that several times, forgot to tell you. It does nothing (Instead I copy/pasted the .py file that you modified today) `Platform custom Espressif 8266 -------- Updating custom8266 @...

Ok, that did it!!!! I uninstalled custom8266, copied new .zip file from your repository, unzipped it in 'packages'. Then 'pio platform install custom8266' and 'pio run -e 8266' (I have...

Uploaded, yippee..... Again, thank you soo much for the work and help.

I will try this out in the next week. One question though, what do you want to happen with the queued commands after the Hold is sent? I would think...