Codex/feat device release builds#9
Closed
Elektr0Vodka wants to merge 8 commits intoagessaman:devfrom
Closed
Conversation
- Re-add analyzer-us and analyzer-eu to MQTT_PRESETS (were removed when dutchmeshcore presets were added) - Update error message in CommonCLI to include dutchmeshcore-1 and dutchmeshcore-2 - Add docs/mqtt-setup/index.html: self-contained GitHub Pages configurator tool
Added Dutch Meshcore defaults
- Wrap JWTHelper.cpp and MQTTMessageBuilder.cpp in #ifdef WITH_MQTT_BRIDGE to prevent compilation on non-MQTT platforms - Guard ESP-specific heap APIs in CommonCLI.cpp memory command with #ifdef ESP_PLATFORM, falling back to queue-only reply on other platforms - Add lib_ignore = PsychicMqttClient to nrf52_base, rp2040_base, and stm32_base to prevent ESP-IDF-only library from being compiled on those platforms - Replace CI matrix with representative MQTT bridge environments only (ESP32-S3, ESP32, ESP32-C6 _observer_mqtt variants); remove nRF52, RP2040, and STM32 targets that do not support the bridge
setAutoConnect() was removed from the ESP32 Arduino framework in 3.x. setAutoReconnect() was already called on the preceding line and covers the same reconnection behaviour.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.