earlephilhower / esp-quick-toolchain

GCC toolchain for esp8266/arduino on MacOS, Linux, ARM64, Raspberry Pi, and Windows
87 stars 24 forks source link

All `make` commands require `GHUSER` and `GHTOKEN` to be set #46

Closed slonopotamus closed 1 year ago

slonopotamus commented 1 year ago

Subj. I'd expect these would only be needed for make upload.

earlephilhower commented 1 year ago

This is by design. The standard use case (actually the only one) is to run this to build a full toolchain and upload for a new Arduino release. I'd rather have it fail immediately after hitting return then after an hour of compute time.

slonopotamus commented 1 year ago

Okay