Fixed variable naming bug in FEATURE_ADC_VCC

This commit is contained in:
Edwin Eefting
2017-06-06 00:32:23 +02:00
parent a84567c14e
commit 8bcf29fa11
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -12,3 +12,9 @@ FLASHCMD2="esptool.py --port $SERIAL2 -b 1500000 write_flash 0x0 .pioenvs/dev_4
BUILDCMD2="platformio run --environment dev_4096"
TYPE3="esp-12-f"
SERIAL3=/dev/serial/by-path/pci-0000:00:14.0-usb-0:3.4.2:1.0-port0
IP3=192.168.13.93
FLASHCMD3="esptool.py --port $SERIAL3 -b 1500000 write_flash 0x0 .pioenvs/dev_4096/firmware.bin --flash_size=32m -p"
BUILDCMD3="platformio run --environment dev_4096"