attempting to compile firmware
downloading binary from: /v1/binaries/5ac723dab4d9440aeb8b67ed
saving to: photon_firmware_1523000251975.bin
Memory use:
text data bss dec hex filename
110028 2480 7884 120392 1d648 /workspace/target/workspace.elf
Compile succeeded.
Saved firmware to: C:\projs\R620_IOT\particle-iot\photon_firmware_1523000251975.bin
And tried again 30 seconds later and it failed.
Theory is now rounding on external network issues.....
I will close this ticket once it is understood as to where the network is clogging up (am in Melbourne, Australia).
I should have removed .particle.ignore. first before upgrading, but didn't.
What I did do was put .particle.ignore. back to see if this was the cause, got this:
attempting to compile firmware
Compile failed. Exiting.
Server error
Compile a source file, or directory using the cloud compiler
Usage: particle compile [options] [files...]
Global Options:
....
Am 80% sure that the problem is the particle-cli version because .particle.ignore. was added after the problem had come up.
Case closed!
PS - NOTE that "Server error" comes up if you use wrong parameters in the command line, eg "particle compile photon -v"
Spoke too soon.... this morning back to the same error return:
attempting to compile firmware
Compile failed. Exiting.
Server error
Compile a source file, or directory using the cloud compiler
Usage: particle compile [options] [files…]
Global Options:
…
ie the particle cli update does not fix the issue.
Am now going to chase the too many source files theory.... back soon.