cesanta / mongoose-wizard

1 stars 1 forks source link

Next issues #5

Open cpq opened 2 months ago

cpq commented 2 months ago
cpq commented 2 months ago

mg_ota functions: those are user-defined, and generated project must ensure that they exist. Either dummy, or built-in, or generated. In case of ESP32, mongoose_config should set #define MG_OTA MG_OTA_ESP32 - a mongoose built-in support.

cpq commented 2 months ago

"Generating (or subscribing to?) the mqtt rx" - cannot reproduce that. If I just enable MQTT in a default config, works fine (uses non-empty device_id expansion). If I use a non-existent variable, works too. Let me know the way to reproduce, please!