Matti Airas

Results 34 comments of Matti Airas

I've been an obedient guinea pig for the current API. I am creating a two-board design which I would like to like to have manufactured and assembled as a multi-board...

> I am not sure if the dummy substrates are a good way to go. The idea was to define partition line building algorithms only on substrates. I haven't come...

Oops, indeed, this was what I was referring to! :-)

I seem to have missed this issue - sorry about that! WiFi initialization in SensESP is a bit hairy. The basic idea is that SSID and password entered using WiFiManager...

I'll reopen this because I think the raised point(s) are real issues and should be addressed. That is: 1. Hardcoded WiFi credentials shouldn't be written to the file system (not...

I did a bit of investigation on the topic. I was building a minimal project file (just having the system sensors enabled, nothing else) on different commits on esp8266. Here're...

I'd argue that nonchalantly using several KB of memory for no good reason is a problem on ESP32 as well. Separating functionality based on architecture is possible but problematic for...

@joelkoz thanks for the tip on the gcc options. I have to test them. I had assumed the linker would omit unused code segments by default but apparently that's not...

I tried adding `-fdata-sections -ffunction-sections -Wl,--gc-sections` to the `platformio.ini` build options. Linker gave some warnings about redeclaration of memory regions and the device wouldn't boot. So, unfortunately, we didn't get...

> RE: new libraries being hosted in the author's namespace: what if they one day decide to simply delete their namespace? I think that may have happened with Fritzing, and...