Skip to content

Instantly share code, notes, and snippets.

@OdinsHat
Last active January 31, 2025 20:07
Show Gist options
  • Select an option

  • Save OdinsHat/bd10f0b5dcd4733d745cb876822ead1e to your computer and use it in GitHub Desktop.

Select an option

Save OdinsHat/bd10f0b5dcd4733d745cb876822ead1e to your computer and use it in GitHub Desktop.

Revisions

  1. OdinsHat revised this gist Jan 18, 2021. No changes.
  2. OdinsHat revised this gist Jan 18, 2021. No changes.
  3. OdinsHat revised this gist Jan 18, 2021. No changes.
  4. OdinsHat revised this gist Jan 18, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions test.py
    Original file line number Diff line number Diff line change
    @@ -1 +1,4 @@
    from math import *

    name = input("What's your name?")
    print("Hello %s!" % name)
  5. OdinsHat revised this gist Jan 18, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions test.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    from math import *
  6. OdinsHat created this gist May 19, 2020.
    4 changes: 4 additions & 0 deletions esptool-in-linux.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/sh
    #this is the command to type when installing ESP Easy to your ESP8266 device.

    sudo python esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ESP_Easy_mega-20200426_dev_ESP8266_4M1M.bin