Use updated Adafruit MAX31855 library#33
Conversation
|
Or can we just remove the dependency completely? its only used by the examples. |
|
Sure, if your library does not depend on other libraries, no need to specify them here. |
|
@ivankravets I will accept PR on gyssels/Arduino-CmdMessenger, and I messaging the other PR submitters so it can become an active branch |
Applied PRs: - #33: Fix Adafruit library name in library.json - #35: Add #if guards for CMDMESSENGER_MAXCALLBACKS, LastArgLength tracking - #36: Fix startCommand init, Serial.print->comms->print, return NULL fix - #37: Add unescape() calls in readStringArg/copyStringArg/compareStringArg - #42: Fix min/max types for ESP8266 (ConsoleShell, HeaterSim) - #44: Reformat LICENSE.md for GitHub detection New features (from MobiFlight fork): - sendArg(T) - send argument without field separator - sendArg(T, n) - send with precision, no separator - sendSciArg(double, n) - scientific notation, no separator - sendBinArg(T) - binary format, no separator - New example: SendWithoutSeparator Other: - Add VS Code tasks.json and launch.json - Add .gitignore - Add new keywords to keywords.txt
|
Thank you for the fix. The Adafruit MAX31855 library has been removed from library.json dependencies entirely (commit 48c03a9) — it is only used in the TemperatureControl example and was never a core library dependency, so its presence in the dependency list was causing PlatformIO install failures for all users. The underlying issue you identified (wrong library name) is now moot. Closing. |
No description provided.