1. 27 Jan, 2015 3 commits
    • carlosperate's avatar
      Minor changes to Arduino with Material design webapp and JS Ajax: · e0fa38e2
      carlosperate authored
      * Toolbox hr tag has changed to sep in blockly
      * Icon for examples changed
      * Equalised the size of the "view" and "hide" toolbox icons.
      * Removed the Content-length and Connection headers from Ajax calls, as they should be filled by the browser and Chrome complains about it.
      e0fa38e2
    • carlosperate's avatar
    • carlosperate's avatar
      Added Arduino IDE output data to web app: · c9cdf219
      carlosperate authored
      * The server captures the Arduino CLI output data and sends it back to the web app.
      * Text is formatted to show success or failure.
      * It now also checks if settings have been set and indicates if something is not set correctly.
      * If the sketch is only opened in the IDE, it will now send a response right back instead of waiting to collect output data which only happens when the application is closed.
      * The Ajax code has been updated accordingly.
      * The Arduino with Material design web app has been updated to implement this.
      c9cdf219
  2. 26 Jan, 2015 9 commits
  3. 25 Jan, 2015 4 commits
  4. 24 Jan, 2015 3 commits
  5. 23 Jan, 2015 3 commits
  6. 22 Jan, 2015 4 commits
  7. 21 Jan, 2015 1 commit
  8. 20 Jan, 2015 1 commit
  9. 19 Jan, 2015 2 commits
  10. 17 Jan, 2015 1 commit
  11. 16 Jan, 2015 1 commit
    • carlosperate's avatar
      Arduino Material ajax calls to ArduServerCompiler implemented: · 469960d8
      carlosperate authored
      * Can send code to the server (to either compile or load in Arduino IDE)
      * Spinner showed around the "run" button while processing to give the user feedback
      * Implemented the gets and sets for the following settings options
        - Compiler location
        - Sketch location
        - IDE settings (compile and upload, or load in IDE only)
      469960d8
  12. 15 Jan, 2015 5 commits
  13. 14 Jan, 2015 2 commits
  14. 13 Jan, 2015 1 commit