File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ void https_get_all_stock_prices(void)
250250 {
251251 httpsClient->setCACert (rootCACertificate); // Set the root CA certificate
252252 httpsClient->setHandshakeTimeout (8000 ); // Set handshake timeout
253- httpsClient->setInsecure (); // Disable certificate validation for testing purposes (not recommended for production)
253+ // httpsClient->setInsecure(); // Disable certificate validation for testing purposes (not recommended for production)
254254 for (int i = 0 ; i < 4 ; ++i)
255255 {
256256
Original file line number Diff line number Diff line change 99static const uint32_t screenWidth = WIDTH;
1010static const uint32_t screenHeight = HEIGHT;
1111
12- const unsigned int lvBufferSize = screenWidth * screenHeight ;
12+ const unsigned int lvBufferSize = screenWidth * 30 ;
1313uint8_t lvBuffer[2 ][lvBufferSize];
1414
1515static lv_display_t *lvDisplay;
You can’t perform that action at this time.
0 commit comments