[Firmware Update Deimplementation - Class Limitation Update] - Unit V2.
- 
					
					
					
					
 On the unitv2 current firmware, the maximum classes for online classification are limited to 10, it can however easily be bypassed with a quick jupyter terminal edit for all those who're interested, 'home/m5stack/payload/static/js/bin/online_classifier.js' 
 modify classifier_online_type_count_limit = 9; to something like 100
 modify the css script at 'home/m5stack/payload/static/css/stream.canvas.css' ->> #funamic_func_area by appending height:100%; and overflow-y:auto; so that you can scroll those 100 classes.then reboot for it to take effect! 
 This limitation shouldn't even exist IMHO.
