Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
1. Add Ncalc into Custom effects
2. servo-related improvement
3. config sending cause esp crashed issue, incresing the stack size
4. Fanatec bridge brk value fix(Oro contribution)
5. profile effect checkbox fix
tcfshcrw committed Nov 8, 2024
1 parent 9c546b1 commit c4475fe
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ESP32/include/OTA_Pull.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <Arduino.h>
#include <ESP32OTAPull.h>
#include <esp_wifi.h>
#define VERSION "0.87.2"
#define VERSION "0.87.3"
#define JSON_URL_dev "https://raw.githubusercontent.com/gilphilbert/pedal-flasher/main/json/dev/Version_ControlBoard.json"
#define JSON_URL_main "https://raw.githubusercontent.com/gilphilbert/pedal-flasher/main/json/main/Version_ControlBoard.json"
#if PCB_VERSION==3
2 changes: 1 addition & 1 deletion ESP32_master/include/OTA_Pull.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <Arduino.h>
#include <ESP32OTAPull.h>
#include <esp_wifi.h>
#define VERSION "0.87.2"
#define VERSION "0.87.3"
#define JSON_URL_dev "https://raw.githubusercontent.com/gilphilbert/pedal-flasher/main/json/dev/Version_Bridge.json"
#define JSON_URL_main "https://raw.githubusercontent.com/gilphilbert/pedal-flasher/main/json/main/Version_Bridge.json"

Binary file modified OTA/Bridge/Fanatec_Bridge/firmware.bin
Binary file not shown.
Binary file modified OTA/Bridge/Gilphilbert_dongle/firmware.bin
Binary file not shown.
Binary file modified OTA/Bridge/dev_kit/firmware.bin
Binary file not shown.
Binary file modified OTA/ControlBoard/Gilphilbert_1_2/firmware.bin
Binary file not shown.
Binary file modified OTA/ControlBoard/Gilphilbert_2_0/firmware.bin
Binary file not shown.
Binary file modified OTA/ControlBoard/Speedcrafter/firmware.bin
Binary file not shown.
Binary file modified OTA/ControlBoard/esp32/firmware.bin
Binary file not shown.
Binary file modified OTA/ControlBoard/esp32S3/firmware.bin
Binary file not shown.

0 comments on commit c4475fe

Please sign in to comment.