Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 586a4dd

Browse files
committed
Add deprecation warning message
1 parent b00bcab commit 586a4dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

builder/main.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
DefaultEnvironment,
2323
)
2424

25+
print("""
26+
Warning! This development platform is deprecated and won't receive any further updates.
27+
Please use the `heltec-cubecell` development platform as the drop-in replacement:
28+
29+
[env:yourenv]
30+
platform = heltec-cubecell
31+
framework = arduino
32+
board = your_board_id
33+
34+
""")
2535

2636
env = DefaultEnvironment()
2737
platform = env.PioPlatform()

0 commit comments

Comments
 (0)