Skip to content

Commit

Permalink
Release 1.9 R7
Browse files Browse the repository at this point in the history
  • Loading branch information
karawin committed Feb 12, 2020
1 parent 60eb855 commit 4259147
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Binary file modified binaries/KaRadio32.bin
Binary file not shown.
3 changes: 1 addition & 2 deletions components/ucglib/csrc/ucg_esp32_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ int16_t ucg_com_hal(ucg_t *ucg, int16_t msg, uint16_t arg, uint8_t *data)
dev_config.cs_ena_posttrans = 1;
dev_config.cs_ena_pretrans = 0;
// dev_config.clock_speed_hz = (1000000000/((ucg_com_info_t *)data)->serial_clk_speed) ;
dev_config.clock_speed_hz = (4000000000/((ucg_com_info_t *)data)->serial_clk_speed) ; // test at double speed
// dev_config.clock_speed_hz = 80000000 ; // test at double speed
dev_config.clock_speed_hz = (2000000000/((ucg_com_info_t *)data)->serial_clk_speed) ; // test at double speed
dev_config.spics_io_num = ucg_esp32_hal.cs;
dev_config.flags = SPI_DEVICE_NO_DUMMY;
dev_config.queue_size = 1;
Expand Down
10 changes: 5 additions & 5 deletions main/include/app_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@


// Tasks priority
#define PRIO_MAD 8
#define PRIO_VS1053 4
#define PRIO_MAD 9
#define PRIO_VS1053 7
#define PRIO_RMT 5
#define PRIO_UART 2
#define PRIO_CLIENT 5
#define PRIO_CLIENT 6
#define PRIO_SERVER 5
#define PRIO_ADDON 7
#define PRIO_LCD 6
#define PRIO_ADDON 9
#define PRIO_LCD 8
#define PRIO_SUBSERV 5
#define PRIO_TIMER 11
#define PRIO_OTA 8
Expand Down

0 comments on commit 4259147

Please sign in to comment.