mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	Update esphome/core/helpers.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
		| @@ -374,10 +374,7 @@ int8_t step_to_accuracy_decimals(float step) { | |||||||
| } | } | ||||||
|  |  | ||||||
| // Store BASE64 characters as array - automatically placed in flash/ROM on embedded platforms | // Store BASE64 characters as array - automatically placed in flash/ROM on embedded platforms | ||||||
| static const char BASE64_CHARS[] = {'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', | static const char BASE64_CHARS[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; | ||||||
|                                     'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', |  | ||||||
|                                     'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', |  | ||||||
|                                     'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'}; |  | ||||||
|  |  | ||||||
| // Helper function to find the index of a base64 character in the lookup table. | // Helper function to find the index of a base64 character in the lookup table. | ||||||
| // Returns the character's position (0-63) if found, or 0 if not found. | // Returns the character's position (0-63) if found, or 0 if not found. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user