Replies: 3 comments 5 replies
-
I think we are working toward distributing compiled firmware hex files which will not require users to delve much into the Arduino IDE anyways. Isn't that the plan, @hrueger ? Beyond that though, I'm all for using anything but the Arduino IDE. Gosh it's awful. |
Beta Was this translation helpful? Give feedback.
-
I would be all for that. I would have to relearn a few things but I think that in the long run it will be better. Only question I have is if it's more or less processing intensive than arduino. Oh....... and I absolutely DESPISE the arduino ide. I actually edit all my arduino stuff in VS code and then only use the arduino thing for compiling. |
Beta Was this translation helpful? Give feedback.
-
Working on a new "generic embedded listener client", that works for M5Atom/M5Stick/(generic) ESP32/(generic) ESP8266/TTGO. |
Beta Was this translation helpful? Give feedback.
-
I'd like to open a discussion about porting the ESP32 and Arduino C++ based listener clients to PlatoformIO. Simply put, PlatformIO is a robust and much more coder-friendly IDE than the default Arduino IDE. For further reading about PlatoformIO, see here: https://platformio.org/.
I recently "ported" my listener client's code base to PlatoformIO and I've been very happy with the results, although it is still very much a work-in-progress.
Applicable listener clients currently in the TallyArbiter repo:
Pros:
Cons:
Neutrals:
Beta Was this translation helpful? Give feedback.
All reactions