mirror of
https://github.com/esphome/esphome.git
synced 2025-10-15 08:13:51 +01:00
[esp32] Update migration warning for Arduino-as-IDF-component transition (#11142)
This commit is contained in:
@@ -657,6 +657,7 @@ def _show_framework_migration_message(name: str, variant: str) -> None:
|
|||||||
+ "Why change? ESP-IDF offers:\n"
|
+ "Why change? ESP-IDF offers:\n"
|
||||||
+ color(AnsiFore.GREEN, " ✨ Up to 40% smaller binaries\n")
|
+ color(AnsiFore.GREEN, " ✨ Up to 40% smaller binaries\n")
|
||||||
+ color(AnsiFore.GREEN, " 🚀 Better performance and optimization\n")
|
+ color(AnsiFore.GREEN, " 🚀 Better performance and optimization\n")
|
||||||
|
+ color(AnsiFore.GREEN, " ⚡ 2-3x faster compile times\n")
|
||||||
+ color(AnsiFore.GREEN, " 📦 Custom-built firmware for your exact needs\n")
|
+ color(AnsiFore.GREEN, " 📦 Custom-built firmware for your exact needs\n")
|
||||||
+ color(
|
+ color(
|
||||||
AnsiFore.GREEN,
|
AnsiFore.GREEN,
|
||||||
@@ -664,7 +665,6 @@ def _show_framework_migration_message(name: str, variant: str) -> None:
|
|||||||
)
|
)
|
||||||
+ "\n"
|
+ "\n"
|
||||||
+ "Trade-offs:\n"
|
+ "Trade-offs:\n"
|
||||||
+ color(AnsiFore.YELLOW, " ⏱️ Compile times are ~25% longer\n")
|
|
||||||
+ color(AnsiFore.YELLOW, " 🔄 Some components need migration\n")
|
+ color(AnsiFore.YELLOW, " 🔄 Some components need migration\n")
|
||||||
+ "\n"
|
+ "\n"
|
||||||
+ "What should I do?\n"
|
+ "What should I do?\n"
|
||||||
|
Reference in New Issue
Block a user