diff --git a/Makefile b/Makefile index 12a5f27..b65a6bd 100644 --- a/Makefile +++ b/Makefile @@ -211,8 +211,8 @@ upload-heltec32_v4: arduino-cli upload -p /dev/ttyACM0 --fqbn esp32:esp32:esp32s3 @sleep 1 rnodeconf /dev/ttyACM0 --firmware-hash $$(./partition_hashes ./build/esp32.esp32.esp32s3/RNode_Firmware.ino.bin) - #@sleep 3 - #python ./Release/esptool/esptool.py --chip esp32-s3 --port /dev/ttyACM0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin + @sleep 3 + python ./Release/esptool/esptool.py --chip esp32-s3 --port /dev/ttyACM0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x210000 ./Release/console_image.bin upload-tdeck: arduino-cli upload -p /dev/ttyACM0 --fqbn esp32:esp32:esp32s3 diff --git a/Power.h b/Power.h index ca2b259..9cbb7b8 100644 --- a/Power.h +++ b/Power.h @@ -106,6 +106,8 @@ // indication confusingly flapping // between charge completed, charging and // discharging states. + // Update: Vodoo implemented. Hopefully + // it will work accross different boards. #define BAT_V_MIN 3.05 #define BAT_V_MAX 4.0 #define BAT_V_CHG 4.48