Skip to content

Arduino Circuit in Gallery

Firuza Aibara edited this page Mar 22, 2023 · 2 revisions

To save a default circuit in gallery

  • Run the system

  • Create and save the circuit on cloud

  • Browse: localhost/api/admin/saveAPI/statesave/

  • Choose the desired circuit and copy the data dump

  • Replace With

  • " \"

  • \n \\n

  • \t \\t

  • Paste the data-dump at the appropriate place in eSim-Cloud/esim-cloud-backend/workflowAPI/fixtures/gallery_setup.json

  • Inside django container run: python manage.py loaddata gallery_setup

Clone this wiki locally