Philip Gladstone
Philip Gladstone
Not as far as I can tell....
I'd like to get this merged -- any more input?
Something like https://github.com/moononournation/nodemcu-webide might be a good candidate -- I haven't tried it, but it would be amazing to bootstrap into it.
As a stylistic point, I'd make `t` a `local` and then you don't need to set it to `nil` in order to free it. In my code, I always start...
`sjson` is definitely a module that needs some work to get the integer/float handling correct. I'm going to be looking at it over the weekend.
@KT819GM Take a look at https://github.com/nodemcu/nodemcu-firmware/pull/3222 -- this should fix your problem.
The order of elements in a Json object are not defined. Some systems have ways of forcing alphabetical ordering, but not nodemcu. On Sun, Jul 19, 2020, 09:51 Modestas Bunokas...
Can you also add an `invert` option to this module that sets the `output_invert` flag in the `ledc_channel_config_t`? https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/ledc.html#_CPPv4N21ledc_channel_config_t13output_invertE Thanks
The gdbstub is definitely not perfect, but there is some documentation in the gdbstub module doc. It is really good for catching crashes and poking around..... If you ``` #define...
I think that makes sense -- it is nearly always the right decision to move forward when making large changes....