question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DEV installing staging / tags platforms issue?

See original GitHub issue

platformio says to use staging for esp8266 you can use this in ini

platform = https://github.com/platformio/platform-espressif8266.git#feature/stage

http://docs.platformio.org/en/latest/platforms/espressif8266.html#using-arduino-framework-with-staging-version

[ 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:open
  • Created 6 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tablatronixcommented, Jan 25, 2018

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.

0reactions
tablatronixcommented, Jan 28, 2018

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 000000

I have to relearn this every few months… lol

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found