Ricky Lopez
Ricky Lopez
Bump. Anybody have any ideas about what's going on, or any suggestions for me to debug further?
Interesting, yeah that makes sense since this is a battery powered device, and I've definitely observed some other oddities coming from low-power modes. Is that work something that you could...
Just got a device that uses a Tuya CBU chip which is not pin compatible with any ESP boards. Before I mangle this thing trying to make one fit, figured...
Oh nice, that's awesome! Thanks for the fast replies @Cossid and @kuba2k2, I'm gonna play with this today, see if I can get it set up!
Getting a couple of link errors, any suggestions? ``` .pioenvs/living-room-remote/src/main.cpp.o: In function `setup': /home/ricclopez/repos/resphome/.esphome/build/living-room-remote/src/main.cpp:192: undefined reference to `vtable for esphome::remote_receiver::RemoteReceiverComponent' .pioenvs/living-room-remote/src/main.cpp.o: In function `std::string::_Rep::_M_dispose(std::allocator const&)': /home/ricclopez/.platformio/packages/[email protected]/arm-none-eabi/include/c++/4.8.4/bits/basic_string.h:249: undefined reference to `vtable...
Cool I'll give that a shot, thanks!
Hate to keep spamming this thread but I've been stuck on this for hours now. I got the firmware building and uploading, but it doesn't do anything. I've gone so...
What about allowing a Glob for `CompilationDatabase`? For my use case, we have a project with a large number of builds that can potentially be run for a component, which...
Ok so then what should I set `sp_num_before_tr_cmt` to in order to get the desired behavior above? Edit: to be clear, the desired behavior is that _at least_ 4 spaces...
Well that config is a path to a file which contains the comment to insert, right? I would like to be able to pass in a variable in the path...