DEV installing staging / tags platforms issue?
See original GitHub issueplatformio says to use staging for esp8266 you can use this in ini
platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
[ Deviot 2.2.0-dev.3 ] Starting...
[09/26/17 10:06:42] Processing huzzah (build_flags: -DDEBUG_ESP_PORT=Serial -DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI; platform: https://github.com/platformio/platform-espressif8266.git#feature/stage; upload_speed: 115200; board: huzzah; framework: arduino; lib_extra_dirs: C:\Users\user\Documents\projects\arduino\sketches\libraries)
PlatformManager: Installing platform-espressif8266
espressif8266_stage @ 1569289 is already installed
The platform 'https://github.com/platformio/platform-espressif8266.git#feature/stage' has been successfully installed!
The rest of packages will be installed automatically depending on your build environment.
Error: Unknown development platform 'https://github.com/platformio/platform-espressif8266.git#feature/stage'
Do you know if there is a way to make this work, or install this along side stable ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Staging Environments Are Overlooked - Here's Why They Matter
If they have a staging environment, it's often not a true reflection of the production environment due to lack of effort, complexity, or...
Read more >How do I track my staging/dev/production websites ...
Deploy the different “Environments” you wish to track to each applicable website. For example the “Staging” environment tracking code should be deployed to...
Read more >Environments and versions - Atlassian Developer
To debug issues, you'll need to redeploy your affected code to the staging or development environments where you have access to debugging tools....
Read more >Use environments - Experience Platform
Learn how to use development, staging, and production environments to develop and validate your tag property.
Read more >Using the Standard WordPress Staging Environment - Kinsta
6. Staging Should Be Used For Development/Testing Only ... The Standard Staging Environment only has 2 PHP workers, has no option to enable ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
After updating platformio this worked flawlessly, must have been fixed.
eg. http://docs.platformio.org/en/latest/platforms/espressif32.html#using-arduino-framework-with-staging-version
Add a https repo to platformio.ini , change enviroment and it just auto installs and works.
yeah I think i got it figured out, it is quite the pita.
I will keep this open, i am going to try to post some useful info for anyone else having the same issues.
It looks like the easiest way to deal with this, is always use staging, then manually change the versions or manually checkout specific stuff.
Another problem I was having that was causing me confusion is that core_version does not always work ( it uses a bash command in platform.txt to generate the global )
ARDUINO_ESP8266_GIT_VER
so i was getting core version of 000000I have to relearn this every few months… lol