M5Stack-SD-Updater
M5Stack-SD-Updater copied to clipboard
[SD-App] please add MhageGH's M5Stack-Neural-Network
https://github.com/MhageGH/M5Stack-Neural-Network
The app has been scheduled for rebuild
Compilation of this package failed, it has been labeled as invalid until the source of the problem is identified and addressed
compilation errors:
M5Stack_NeuralNetwork:7:19: error: redefinition of 'const int N'
const int s = 10, N = 10;
^
In file included from /home/runner/work/M5Stack-Neural-Network/M5Stack_NeuralNetwork/M5Stack_NeuralNetwork.ino:4:0:
/tmp/arduino_build_715657/sketch/const.h:1:11: note: 'const int N' previously defined here
const int N = 100, N0 = 784, N1 = 50, N2 = 100, N3 = 10;
^