alberk8

Results 42 comments of alberk8

- const are are not obfuscated. - Private method contents are not obfuscated just the name of the method is obfuscated.

Can someone please take a look at this implementation, it looks like the deinit does not release the `TaskHandle_t host_task_h` [ nimble_port_freertos_deinit()](https://github.com/espressif/esp-nimble/blob/dac3a2a0f54589b10a4cff2a99526804747089df/porting/npl/freertos/src/nimble_port_freertos.c#L54) Calling the nimble_port_freertos_deinit() again will crash the system.

I am not sure, I am new to IOTA too. The only thing that stands out is that there is no code commit like 100 months vs the java, go,...

Yes, there are more people in Gobi desert than here. 😀

> > SPIFFS > > Oh my... missed this one, sorry > > Yes, because that requires an external IC that might not be available on off-the-shelve hardware. Already mentioned...

Not every platform support partitioning of the flash as flexible and with large space as ESP32.

The issue is using the PSRAM firmware on a **non PSRAM** hardware. The ESP32 WROOM does not have PSRAM. Please use the ESP32_REV0 firmware.

> ![n3](https://user-images.githubusercontent.com/15252884/279185222-696ecb90-b73d-4b18-ba2c-010de47e564e.png) How about doing a [Wifi Scan](https://github.com/nanoframework/Samples/tree/main/samples/Wifi/ScanWiFi)? Do you get a return that shows the intended SSID that you want to connect?

A cursory look at the IDF 5.1 and it looks like a fair bit of work with breaking changes in API and also directory structures.

It looks like the nF firmware is loaded successfully. Putty must not be running for VS to detect the ESP32 device. COM port use is exclusive.