Akos Vandra-Meyer

Results 149 comments of Akos Vandra-Meyer

Another use, also tied with pagination is when different interfaces need to be paginated. Suppose we have an interface `Profile`, and two implementations: `UserProfile` and `TeamProfile` Without generics, I cannot...

@mike-marcacci I'm not sure how interfaces implementing interfaces is enough to have a solution for the problem

Although I agree, the problem is related.

Tried this approach, it still reports: ``` I (58) boot: Partition Table: I (62) boot: ## Label Usage Type ST Offset Length I (69) boot: 0 nvs WiFi data 01...

Alternative solution for #117, which only ties in during the flash phase.

I needed to add the following as well: ``` CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="../../../../../../partitions.csv" ```

The problem is that the example project has this file in the root directory, but it's not actually used, which is misleading. Either it would need to be added to...

Sorry, I did not see that!

Well I was trying whatever I could think of to make it compile. I got it working by sourcing the export.sh and setting the IDF toolchain env to fromenv. Tbh...